Searched refs:GetTimeoutForCurrentThread (Results 1 – 5 of 5) sorted by relevance
71 CHECK_EQ(&run_timeout_, RunLoop::GetTimeoutForCurrentThread()); in ~ScopedRunLoopTimeout()79 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedRunLoopTimeout()119 return RunLoop::GetTimeoutForCurrentThread() != nullptr; in ExistsForCurrentThread()129 ScopedRunLoopTimeout::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::test::ScopedRunLoopTimeout130 return RunLoop::GetTimeoutForCurrentThread(); in GetTimeoutForCurrentThread()140 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedDisableRunLoopTimeout()146 CHECK_EQ(nullptr, RunLoop::GetTimeoutForCurrentThread()); in ~ScopedDisableRunLoopTimeout()
118 static const RunLoop::RunLoopTimeout* GetTimeoutForCurrentThread();
984 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()993 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()1015 EXPECT_EQ(ScopedRunLoopTimeout::GetTimeoutForCurrentThread(), in TEST_F()
122 const RunLoopTimeout* run_timeout = GetTimeoutForCurrentThread(); in Run()280 const RunLoop::RunLoopTimeout* RunLoop::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::RunLoop
285 static const RunLoopTimeout* GetTimeoutForCurrentThread();