Home
last modified time | relevance | path

Searched refs:cef_api_hash (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/tests/ceftests/
Dversion_unittest.cc21 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/
Dmake_api_hash_header.py6 from cef_api_hash import cef_api_hash
15 api_hash_calculator = cef_api_hash(cpp_header_dir, verbose=False)
Dcef_api_hash.py25 class cef_api_hash: class
283 calc = cef_api_hash(options.cppheaderdir, options.debugdir, options.verbose)
/third_party/cef/include/
Dcef_api_hash.h66 CEF_EXPORT const char* cef_api_hash(int entry);
/third_party/cef/libcef_dll/
Dlibcef_dll2.cc33 CEF_EXPORT const char* cef_api_hash(int entry) { in cef_api_hash() function
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.cc23 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/
Dlibcef_dll_wrapper.cc70 const char* api_hash = cef_api_hash(0); in CefExecuteProcess()
94 const char* api_hash = cef_api_hash(0); in CefInitialize()
Dlibcef_dll_dylib.cc656 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/
DBUILD.gn1467 # 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" ]
Dcef_paths2.gypi39 'include/cef_api_hash.h',
/third_party/chromium/patch/
D0004-3.2-Beta5.patch750 # Generate cef_api_hash.h.
3483 diff --git a/src/cef/include/cef_api_hash.h b/src/cef/include/cef_api_hash.h
3485 --- a/src/cef/include/cef_api_hash.h
3486 +++ b/src/cef/include/cef_api_hash.h
24769 #include "include/cef_api_hash.h"
D0003-3.2-Beta3-1115.patch7306 # List of all C API files that will be checked for changes by cef_api_hash.py.
7317 outputs = [ "$root_out_dir/includes/include/cef_api_hash.h" ]
10200 diff --git a/src/cef/include/cef_api_hash.h b/src/cef/include/cef_api_hash.h
10202 --- a/src/cef/include/cef_api_hash.h
10203 +++ b/src/cef/include/cef_api_hash.h
35632 diff --git a/src/cef/tools/cef_api_hash.py b/src/cef/tools/cef_api_hash.py
35634 --- a/src/cef/tools/cef_api_hash.py
35635 +++ b/src/cef/tools/cef_api_hash.py
35636 @@ -35,7 +35,7 @@ class cef_api_hash:
35645 @@ -49,6 +49,9 @@ class cef_api_hash: