Home
last modified time | relevance | path

Searched refs:BelongsToCurrentThread (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/tests/ceftests/
Dtask_unittest.cc27 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()
Dthread_unittest.cc32 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()
Durlrequest_unittest.cc242 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 …]
Dserver_unittest.cc186 EXPECT_TRUE(server_runner_->BelongsToCurrentThread()); in OnServerCreated()
334 return server_runner_ && server_runner_->BelongsToCurrentThread(); in RunningOnServerThread()
710 EXPECT_TRUE(server->GetTaskRunner()->BelongsToCurrentThread()); in SendHttpServerResponse()
Dcookie_unittest.cc1382 if (!task_runner->BelongsToCurrentThread()) { in SendResponse()
/third_party/cef/libcef/renderer/chrome/
Dchrome_content_renderer_client_cef.cc69 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentAttached()
82 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentDetached()
/third_party/cef/libcef_dll/ctocpp/
Dtask_runner_ctocpp.h38 bool BelongsToCurrentThread() override;
Dtask_runner_ctocpp.cc71 NO_SANITIZE("cfi-icall") bool CefTaskRunnerCToCpp::BelongsToCurrentThread() { in BelongsToCurrentThread() function in CefTaskRunnerCToCpp
/third_party/cef/libcef/common/
Dtask_runner_impl.h29 bool BelongsToCurrentThread() override;
Dtask_runner_impl.cc129 bool CefTaskRunnerImpl::BelongsToCurrentThread() { in BelongsToCurrentThread() function in CefTaskRunnerImpl
/third_party/cef/include/
Dcef_task.h99 virtual bool BelongsToCurrentThread() = 0;
/third_party/cef/libcef_dll/cpptoc/
Dtask_runner_cpptoc.cc83 bool _retval = CefTaskRunnerCppToC::Get(self)->BelongsToCurrentThread(); in task_runner_belongs_to_current_thread()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc460 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentAttached()
473 if (!render_task_runner_->BelongsToCurrentThread()) { in DevToolsAgentDetached()
/third_party/cef/libcef/renderer/
Dv8_impl.cc863 (!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()
Dv8_impl.h103 bool BelongsToCurrentThread() const;
/third_party/cef/libcef/browser/
Dserver_impl.cc670 return task_runner_ && task_runner_->BelongsToCurrentThread(); in CurrentlyOnHandlerThread()
Drequest_context_impl.cc254 if (task_runner->BelongsToCurrentThread()) { in GetBrowserContext()
/third_party/chromium/patch/
D0003-ohos-1115.patch51941 + DCHECK(media_task_runner_->BelongsToCurrentThread());
51965 + if (!media_task_runner_->BelongsToCurrentThread()) {
51983 + DCHECK(media_task_runner_->BelongsToCurrentThread());
52004 + DCHECK(media_task_runner_->BelongsToCurrentThread());
52010 + if (!media_task_runner_->BelongsToCurrentThread()) {
54100 + if (!task_runner_->BelongsToCurrentThread()) {
54186 + if (!task_runner_->BelongsToCurrentThread()) {
78593 DCHECK(task_runner_->BelongsToCurrentThread());
78618 DCHECK(main_task_runner_->BelongsToCurrentThread());