Home
last modified time | relevance | path

Searched refs:IsNestedOnCurrentThread (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/base/
Drun_loop_unittest.cc162 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in Run()
164 } else if (RunLoop::IsNestedOnCurrentThread()) { in Run()
459 TEST_P(RunLoopTest, IsNestedOnCurrentThread) { in TEST_P() argument
460 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
464 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
470 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
475 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
477 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
601 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST()
Drun_loop.h129 static bool IsNestedOnCurrentThread();
Drun_loop.cc184 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
/external/cronet/stable/base/
Drun_loop_unittest.cc159 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in Run()
161 } else if (RunLoop::IsNestedOnCurrentThread()) { in Run()
447 TEST_P(RunLoopTest, IsNestedOnCurrentThread) { in TEST_P() argument
448 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
452 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
458 BindOnce([] { EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); })); in TEST_P()
462 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
464 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
634 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST()
Drun_loop.h160 static bool IsNestedOnCurrentThread();
Drun_loop.cc230 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
/external/cronet/tot/base/
Drun_loop_unittest.cc159 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in Run()
161 } else if (RunLoop::IsNestedOnCurrentThread()) { in Run()
447 TEST_P(RunLoopTest, IsNestedOnCurrentThread) { in TEST_P() argument
448 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
452 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
458 BindOnce([] { EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); })); in TEST_P()
462 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
464 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
634 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST()
Drun_loop.h160 static bool IsNestedOnCurrentThread();
Drun_loop.cc230 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
/external/libchrome/base/message_loop/
Dmessage_loop.cc304 !RunLoop::IsNestedOnCurrentThread()) { in IsIdleForTesting()
402 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()
431 if (RunLoop::IsNestedOnCurrentThread()) in ProcessNextDelayedNonNestableTask()
465 !RunLoop::IsNestedOnCurrentThread()) { in DeferOrRunPendingTask()
/external/cronet/tot/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.cc636 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()
649 if (RunLoop::IsNestedOnCurrentThread()) { in Run()
Dsequence_manager_impl_unittest.cc2319 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()
/external/cronet/stable/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.cc636 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()
649 if (RunLoop::IsNestedOnCurrentThread()) { in Run()
Dsequence_manager_impl_unittest.cc2319 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc1459 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()