This item has no description.
Name | Description |
---|---|
Class TCefApplicationCore |
Parent class of TCefApplication used to simplify the CEF initialization and destruction. |
Class TCEFDirectoryDeleterThread |
procedure DestroyGlobalCEFApp; |
CEF_SUPPORTED_VERSION_MAJOR = 135; |
CEF_SUPPORTED_VERSION_MINOR = 0; |
CEF_SUPPORTED_VERSION_RELEASE = 15; |
CEF_SUPPORTED_VERSION_BUILD = 0; |
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; |
CEF_CHROMEELF_VERSION_MINOR = 0; |
CEF_CHROMEELF_VERSION_RELEASE = 7049; |
CEF_CHROMEELF_VERSION_BUILD = 41; |
CEF_API_VERSION_MIN = 13300; |
CEF_API_VERSION_LAST = 13500; |
CEF_API_VERSION = CEF_API_VERSION_LAST; |
CEF_API_VERSION_EXPERIMENTAL = 999999; |
CEF_API_HASH_PLATFORM_LINUX = '5b7c2284ed2542cf6212981d62ca9122fb2a4e88'; |
CEF_API_HASH_PLATFORM_MAC = '9862177631e8059a497d6086058168dd47477ab7'; |
CEF_API_HASH_PLATFORM_WINDOWS = '3e78b6fe5fd31d69049499450849ada17a720a53'; |
LIBCEF_DLL = 'libcef.dll'; |
CHROMEELF_DLL = 'chrome_elf.dll'; |
LIBCEF_PAK = 'cef.pak'; |
LIBCEF_LOCALE_DIR = 'locales'; |
LIBCEF_LOCALE_ENUS = 'en-US.pak'; |
GlobalCEFApp: TCefApplicationCore = nil; |
procedure DestroyGlobalCEFApp; |
This item has no description. |
CEF_SUPPORTED_VERSION_MAJOR = 135; |
This item has no description. |
CEF_SUPPORTED_VERSION_MINOR = 0; |
This item has no description. |
CEF_SUPPORTED_VERSION_RELEASE = 15; |
This item has no description. |
CEF_SUPPORTED_VERSION_BUILD = 0; |
This item has no description. |
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; |
This item has no description. |
CEF_CHROMEELF_VERSION_MINOR = 0; |
This item has no description. |
CEF_CHROMEELF_VERSION_RELEASE = 7049; |
This item has no description. |
CEF_CHROMEELF_VERSION_BUILD = 41; |
This item has no description. |
CEF_API_VERSION_MIN = 13300; |
values defined in cef_api_versions.json |
CEF_API_VERSION_LAST = 13500; |
This item has no description. |
CEF_API_VERSION = CEF_API_VERSION_LAST; |
This item has no description. |
CEF_API_VERSION_EXPERIMENTAL = 999999; |
value defined in /include/cef_api_hash.h |
CEF_API_HASH_PLATFORM_LINUX = '5b7c2284ed2542cf6212981d62ca9122fb2a4e88'; |
values defined in cef_api_versions.json |
CEF_API_HASH_PLATFORM_MAC = '9862177631e8059a497d6086058168dd47477ab7'; |
This item has no description. |
CEF_API_HASH_PLATFORM_WINDOWS = '3e78b6fe5fd31d69049499450849ada17a720a53'; |
This item has no description. |
LIBCEF_DLL = 'libcef.dll'; |
This item has no description. |
CHROMEELF_DLL = 'chrome_elf.dll'; |
This item has no description. |
LIBCEF_PAK = 'cef.pak'; |
for InitLibLocationFromArgs |
LIBCEF_LOCALE_DIR = 'locales'; |
This item has no description. |
LIBCEF_LOCALE_ENUS = 'en-US.pak'; |
This item has no description. |
GlobalCEFApp: TCefApplicationCore = nil; |
This item has no description. |