Home
last modified time | relevance | path

Searched refs:CurrentId (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_gtk.cc24 base::PlatformThreadId current_thread = base::PlatformThread::CurrentId(); in lock_enter()
62 : thread_id_(base::PlatformThread::CurrentId()) { in MainMessageLoopMultithreadedGtk()
120 return (thread_id_ == base::PlatformThread::CurrentId()); in RunsTasksOnCurrentThread()
Dmain_message_loop_multithreaded_win.cc23 : thread_id_(base::PlatformThread::CurrentId()), in MainMessageLoopMultithreadedWin()
95 return (thread_id_ == base::PlatformThread::CurrentId()); in RunsTasksOnCurrentThread()
Dutil_gtk.cc17 base::PlatformThreadId current_thread = base::PlatformThread::CurrentId(); in ScopedGdkThreadsEnter()
/third_party/cef/libcef/common/
Dvalue_base.h156 locked_thread_id_ = base::PlatformThread::CurrentId(); in lock()
163 return (locked_thread_id_ == base::PlatformThread::CurrentId()); in locked()
176 : thread_id_(base::PlatformThread::CurrentId()) {} in CefValueControllerNonThreadSafe()
186 return (thread_id_ == base::PlatformThread::CurrentId()); in on_correct_thread()
Dbase_impl.cc339 return base::PlatformThread::CurrentId(); in cef_get_current_platform_thread_id()
345 return base::PlatformThread::CurrentId(); in cef_get_current_platform_thread_handle()
/third_party/cef/include/base/
Dcef_platform_thread.h85 inline PlatformThreadId CurrentId() { in CurrentId() function
/third_party/cef/libcef/browser/
Dzip_reader_impl.cc79 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefZipReaderImpl()
276 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
Dxml_reader_impl.cc113 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefXmlReaderImpl()
448 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
Dcontext.cc322 init_thread_id_ = base::PlatformThread::CurrentId(); in Initialize()
392 return (base::PlatformThread::CurrentId() == init_thread_id_); in OnInitThread()
Dsimple_menu_model_impl.cc45 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefSimpleMenuModelImpl()
501 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
Dmenu_model_impl.cc242 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefMenuModelImpl()
1031 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
/third_party/cef/patch/patches/
Dcontent_main_654986.patch156 - DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
157 + // DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch3369 @@ -236,7 +236,7 @@ PlatformThreadId PlatformThread::CurrentId() {