Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_thread_internal.h61 typedef DWORD cef_platform_thread_handle_t; typedef
64 typedef pthread_t cef_platform_thread_handle_t; typedef
71 CEF_EXPORT cef_platform_thread_handle_t
/third_party/cef/include/base/
Dcef_platform_thread.h65 typedef cef_platform_thread_handle_t RefType;
/third_party/cef/libcef/common/
Dbase_impl.cc342 CEF_EXPORT cef_platform_thread_handle_t
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc441 typedef cef_platform_thread_handle_t (
2022 cef_platform_thread_handle_t cef_get_current_platform_thread_handle() { in cef_get_current_platform_thread_handle()