Searched refs:cef_platform_thread_id_t (Results 1 – 12 of 12) sorted by relevance
48 typedef DWORD cef_platform_thread_id_t; typedef51 typedef pid_t cef_platform_thread_id_t;58 CEF_EXPORT cef_platform_thread_id_t cef_get_current_platform_thread_id();
30 cef_platform_thread_id_t GetPlatformThreadId() override;36 cef_platform_thread_id_t thread_id_;
122 cef_platform_thread_id_t CefThreadImpl::GetPlatformThreadId() { in GetPlatformThreadId()
338 CEF_EXPORT cef_platform_thread_id_t cef_get_current_platform_thread_id() { in cef_get_current_platform_thread_id()
63 cef_platform_thread_id_t CefThreadCToCpp::GetPlatformThreadId() { in GetPlatformThreadId()73 cef_platform_thread_id_t _retval = _struct->get_platform_thread_id(_struct); in GetPlatformThreadId()
37 cef_platform_thread_id_t GetPlatformThreadId() override;
64 cef_platform_thread_id_t CEF_CALLBACK75 cef_platform_thread_id_t _retval = in thread_get_platform_thread_id()
78 cef_platform_thread_id_t(CEF_CALLBACK* get_platform_thread_id)(
99 virtual cef_platform_thread_id_t GetPlatformThreadId() = 0;
53 typedef cef_platform_thread_id_t PlatformThreadId;
111 cef_platform_thread_id_t thread_id_;
440 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()