Searched refs:IsNestedOnCurrentThread (Results 1 – 12 of 12) sorted by relevance
162 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in Run()164 } else if (RunLoop::IsNestedOnCurrentThread()) { in Run()459 TEST_P(RunLoopTest, IsNestedOnCurrentThread) { in TEST_P() argument460 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()
129 static bool IsNestedOnCurrentThread();
184 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
159 EXPECT_TRUE(RunLoop::IsNestedOnCurrentThread()); in Run()161 } else if (RunLoop::IsNestedOnCurrentThread()) { in Run()447 TEST_P(RunLoopTest, IsNestedOnCurrentThread) { in TEST_P() argument448 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()
160 static bool IsNestedOnCurrentThread();
231 bool RunLoop::IsNestedOnCurrentThread() { in IsNestedOnCurrentThread() function in base::RunLoop
304 !RunLoop::IsNestedOnCurrentThread()) { in IsIdleForTesting()402 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()431 if (RunLoop::IsNestedOnCurrentThread()) in ProcessNextDelayedNonNestableTask()465 !RunLoop::IsNestedOnCurrentThread()) { in DeferOrRunPendingTask()
639 DCHECK(RunLoop::IsNestedOnCurrentThread()); in Run()652 if (RunLoop::IsNestedOnCurrentThread()) { in Run()
2304 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()
132 static bool IsNestedOnCurrentThread();
1459 *is_nested = RunLoop::IsNestedOnCurrentThread(); in CheckIsNested()