Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A 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()
H A Drun_loop.h129 static bool IsNestedOnCurrentThread();
H A Drun_loop.cc184 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
/aosp_15_r20/external/cronet/base/
H A 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 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
463 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
465 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST_P()
635 EXPECT_FALSE(RunLoop::IsNestedOnCurrentThread()); in TEST()
H A Drun_loop.h160 static bool IsNestedOnCurrentThread();
H A Drun_loop.cc231 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop.cc304 !RunLoop::IsNestedOnCurrentThread()) { in IsIdleForTesting()
402 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()
431 if (RunLoop::IsNestedOnCurrentThread()) in ProcessNextDelayedNonNestableTask()
465 !RunLoop::IsNestedOnCurrentThread()) { in DeferOrRunPendingTask()
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller_with_message_pump_impl.cc639 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()
652 if (RunLoop::IsNestedOnCurrentThread()) { in Run()
H A Dsequence_manager_impl_unittest.cc2304 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Drun_loop.h132 static bool IsNestedOnCurrentThread();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Drun_loop.h132 static bool IsNestedOnCurrentThread();
/aosp_15_r20/external/libchrome/base/task/sequence_manager/
H A Dsequence_manager_impl_unittest.cc1459 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()