Searched refs:cef_api_hash (Results 1 – 12 of 12) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | version_unittest.cc | 21 EXPECT_STREQ(CEF_API_HASH_PLATFORM, cef_api_hash(0)); in TEST() 22 EXPECT_STREQ(CEF_API_HASH_UNIVERSAL, cef_api_hash(1)); in TEST() 23 EXPECT_STREQ(CEF_COMMIT_HASH, cef_api_hash(2)); in TEST()
|
/third_party/cef/tools/ |
D | make_api_hash_header.py | 6 from cef_api_hash import cef_api_hash 15 api_hash_calculator = cef_api_hash(cpp_header_dir, verbose=False)
|
D | cef_api_hash.py | 25 class cef_api_hash: class 283 calc = cef_api_hash(options.cppheaderdir, options.debugdir, options.verbose)
|
/third_party/cef/include/ |
D | cef_api_hash.h | 66 CEF_EXPORT const char* cef_api_hash(int entry);
|
/third_party/cef/libcef_dll/ |
D | libcef_dll2.cc | 33 CEF_EXPORT const char* cef_api_hash(int entry) { in cef_api_hash() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | command_line_ctocpp.cc | 23 const char* api_hash = cef_api_hash(0); in CreateCommandLine() 41 const char* api_hash = cef_api_hash(0); in GetGlobalCommandLine()
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_wrapper.cc | 70 const char* api_hash = cef_api_hash(0); in CefExecuteProcess() 94 const char* api_hash = cef_api_hash(0); in CefInitialize()
|
D | libcef_dll_dylib.cc | 656 cef_api_hash_ptr cef_api_hash; member 863 INIT_ENTRY(cef_api_hash); in libcef_init_pointers() 1710 NO_SANITIZE("cfi-icall") const char* cef_api_hash(int entry) { in cef_api_hash() function 1711 return g_libcef_pointers.cef_api_hash(entry); in cef_api_hash()
|
/third_party/cef/ |
D | BUILD.gn | 1467 # Generate cef_api_hash.h. 1471 # List of all C API files that will be checked for changes by cef_api_hash.py. 1476 outputs = [ "$root_out_dir/includes/include/cef_api_hash.h" ]
|
D | cef_paths2.gypi | 39 'include/cef_api_hash.h',
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 635 # Generate cef_api_hash.h. 3273 diff --git a/src/cef/include/cef_api_hash.h b/src/cef/include/cef_api_hash.h 3275 --- a/src/cef/include/cef_api_hash.h 3276 +++ b/src/cef/include/cef_api_hash.h 23757 #include "include/cef_api_hash.h"
|
D | 0003-ohos-1115.patch | 7308 # List of all C API files that will be checked for changes by cef_api_hash.py. 7319 outputs = [ "$root_out_dir/includes/include/cef_api_hash.h" ] 10296 diff --git a/src/cef/include/cef_api_hash.h b/src/cef/include/cef_api_hash.h 10298 --- a/src/cef/include/cef_api_hash.h 10299 +++ b/src/cef/include/cef_api_hash.h 36789 diff --git a/src/cef/tools/cef_api_hash.py b/src/cef/tools/cef_api_hash.py 36791 --- a/src/cef/tools/cef_api_hash.py 36792 +++ b/src/cef/tools/cef_api_hash.py 36793 @@ -35,7 +35,7 @@ class cef_api_hash: 36802 @@ -49,6 +49,9 @@ class cef_api_hash:
|