Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_thread_internal.h48 typedef DWORD cef_platform_thread_id_t; typedef
51 typedef pid_t cef_platform_thread_id_t;
58 CEF_EXPORT cef_platform_thread_id_t cef_get_current_platform_thread_id();
/third_party/cef/libcef/common/
Dthread_impl.h30 cef_platform_thread_id_t GetPlatformThreadId() override;
36 cef_platform_thread_id_t thread_id_;
Dthread_impl.cc122 cef_platform_thread_id_t CefThreadImpl::GetPlatformThreadId() { in GetPlatformThreadId()
Dbase_impl.cc338 CEF_EXPORT cef_platform_thread_id_t cef_get_current_platform_thread_id() { in cef_get_current_platform_thread_id()
/third_party/cef/libcef_dll/ctocpp/
Dthread_ctocpp.cc63 cef_platform_thread_id_t CefThreadCToCpp::GetPlatformThreadId() { in GetPlatformThreadId()
73 cef_platform_thread_id_t _retval = _struct->get_platform_thread_id(_struct); in GetPlatformThreadId()
Dthread_ctocpp.h37 cef_platform_thread_id_t GetPlatformThreadId() override;
/third_party/cef/libcef_dll/cpptoc/
Dthread_cpptoc.cc64 cef_platform_thread_id_t CEF_CALLBACK
75 cef_platform_thread_id_t _retval = in thread_get_platform_thread_id()
/third_party/cef/include/capi/
Dcef_thread_capi.h78 cef_platform_thread_id_t(CEF_CALLBACK* get_platform_thread_id)(
/third_party/cef/include/
Dcef_thread.h99 virtual cef_platform_thread_id_t GetPlatformThreadId() = 0;
/third_party/cef/include/base/
Dcef_platform_thread.h53 typedef cef_platform_thread_id_t PlatformThreadId;
/third_party/cef/tests/ceftests/
Dthread_unittest.cc111 cef_platform_thread_id_t thread_id_;
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc440 typedef cef_platform_thread_id_t (*cef_get_current_platform_thread_id_ptr)();
2017 cef_platform_thread_id_t cef_get_current_platform_thread_id() { in cef_get_current_platform_thread_id()