/third_party/cef/tests/ceftests/ |
D | task_unittest.cc | 27 EXPECT_TRUE(runner->BelongsToCurrentThread()); in GetForCurrentThread() 51 EXPECT_FALSE(runner->BelongsToCurrentThread()); in GetForThread() 75 EXPECT_TRUE(runner->BelongsToCurrentThread()); in PostTaskEvent1() 82 EXPECT_TRUE(runner2->BelongsToCurrentThread()); in PostTaskEvent1() 91 EXPECT_TRUE(runner3->BelongsToCurrentThread()); in PostTaskEvent1() 101 EXPECT_FALSE(runner4->BelongsToCurrentThread()); in PostTaskEvent1() 115 EXPECT_FALSE(runner->BelongsToCurrentThread()); in PostOnceTask1() 126 EXPECT_FALSE(runner->BelongsToCurrentThread()); in PostRepeatingTask1() 137 EXPECT_FALSE(runner->BelongsToCurrentThread()); in PostOnceDelayedTask1() 150 EXPECT_FALSE(runner->BelongsToCurrentThread()); in PostRepeatingDelayedTask1()
|
D | thread_unittest.cc | 32 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in CreateTestThread() 82 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in AssertOwnerThread() 83 EXPECT_FALSE(thread_task_runner_->BelongsToCurrentThread()); in AssertOwnerThread() 90 EXPECT_FALSE(owner_task_runner_->BelongsToCurrentThread()); in AssertTestThread() 91 EXPECT_TRUE(thread_task_runner_->BelongsToCurrentThread()); in AssertTestThread()
|
D | urlrequest_unittest.cc | 242 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in SetOwnerTaskRunner() 248 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in AddSchemeHandler() 262 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in Find() 1467 if (!task_runner->BelongsToCurrentThread()) { in SendResponse() 1559 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in RequestTestRunner() 1635 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in SetupTest() 1656 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in RunTest() 1675 EXPECT_TRUE(owner_task_runner_->BelongsToCurrentThread()); in ShutdownTest() 1696 if (!owner_task_runner_->BelongsToCurrentThread()) { in SetupContinue() 2577 if (!owner_task_runner_->BelongsToCurrentThread()) { in CompleteOnCorrectThread() [all …]
|
D | server_unittest.cc | 186 EXPECT_TRUE(server_runner_->BelongsToCurrentThread()); in OnServerCreated() 334 return server_runner_ && server_runner_->BelongsToCurrentThread(); in RunningOnServerThread() 710 EXPECT_TRUE(server->GetTaskRunner()->BelongsToCurrentThread()); in SendHttpServerResponse()
|
D | cookie_unittest.cc | 1382 if (!task_runner->BelongsToCurrentThread()) { in SendResponse()
|
/third_party/cef/libcef/renderer/chrome/ |
D | chrome_content_renderer_client_cef.cc | 69 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentAttached() 82 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentDetached()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | task_runner_ctocpp.h | 38 bool BelongsToCurrentThread() override;
|
D | task_runner_ctocpp.cc | 71 NO_SANITIZE("cfi-icall") bool CefTaskRunnerCToCpp::BelongsToCurrentThread() { in BelongsToCurrentThread() function in CefTaskRunnerCToCpp
|
/third_party/cef/libcef/common/ |
D | task_runner_impl.h | 29 bool BelongsToCurrentThread() override;
|
D | task_runner_impl.cc | 129 bool CefTaskRunnerImpl::BelongsToCurrentThread() { in BelongsToCurrentThread() function in CefTaskRunnerImpl
|
/third_party/cef/include/ |
D | cef_task.h | 99 virtual bool BelongsToCurrentThread() = 0;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | task_runner_cpptoc.cc | 83 bool _retval = CefTaskRunnerCppToC::Get(self)->BelongsToCurrentThread(); in task_runner_belongs_to_current_thread()
|
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.cc | 460 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentAttached() 473 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentDetached()
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 863 (!handle_.get() || handle_->BelongsToCurrentThread()) 893 DCHECK(BelongsToCurrentThread()); in ~CefV8HandleBase() 896 bool CefV8HandleBase::BelongsToCurrentThread() const { in BelongsToCurrentThread() function in CefV8HandleBase 1136 DCHECK(BelongsToCurrentThread()); in ~Handle() 1176 if (!BelongsToCurrentThread()) { in SetWeakIfNecessary() 1633 (!handle_->BelongsToCurrentThread() || !handle_->IsValid()))) { in IsValid()
|
D | v8_impl.h | 103 bool BelongsToCurrentThread() const;
|
/third_party/cef/libcef/browser/ |
D | server_impl.cc | 670 return task_runner_ && task_runner_->BelongsToCurrentThread(); in CurrentlyOnHandlerThread()
|
D | request_context_impl.cc | 254 if (task_runner->BelongsToCurrentThread()) { in GetBrowserContext()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 48081 + DCHECK(media_task_runner_->BelongsToCurrentThread()); 48105 + if (!media_task_runner_->BelongsToCurrentThread()) { 48123 + DCHECK(media_task_runner_->BelongsToCurrentThread()); 48144 + DCHECK(media_task_runner_->BelongsToCurrentThread()); 48150 + if (!media_task_runner_->BelongsToCurrentThread()) { 50240 + if (!task_runner_->BelongsToCurrentThread()) { 50326 + if (!task_runner_->BelongsToCurrentThread()) { 73417 DCHECK(task_runner_->BelongsToCurrentThread()); 73442 DCHECK(main_task_runner_->BelongsToCurrentThread());
|