Home
last modified time | relevance | path

Searched refs:cef_currently_on (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/capi/
Dcef_task_capi.h137 CEF_EXPORT int cef_currently_on(cef_thread_id_t threadId);
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc560 cef_currently_on_ptr cef_currently_on; member
777 INIT_ENTRY(cef_currently_on); in libcef_init_pointers()
1191 NO_SANITIZE("cfi-icall") int cef_currently_on(cef_thread_id_t threadId) { in cef_currently_on() function
1192 return g_libcef_pointers.cef_currently_on(threadId); in cef_currently_on()
Dlibcef_dll_wrapper.cc692 int _retval = cef_currently_on(threadId); in CefCurrentlyOn()
/third_party/cef/libcef_dll/
Dlibcef_dll.cc726 CEF_EXPORT int cef_currently_on(cef_thread_id_t threadId) { in cef_currently_on() function