Searched refs:GetTimeoutForCurrentThread (Results 1 – 5 of 5) sorted by relevance
45 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedRunLoopTimeout()76 return RunLoop::GetTimeoutForCurrentThread() != nullptr; in ExistsForCurrentThread()86 ScopedRunLoopTimeout::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::test::ScopedRunLoopTimeout87 return RunLoop::GetTimeoutForCurrentThread(); in GetTimeoutForCurrentThread()91 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedDisableRunLoopTimeout()
89 static const RunLoop::RunLoopTimeout* GetTimeoutForCurrentThread();
885 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()894 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()916 EXPECT_EQ(ScopedRunLoopTimeout::GetTimeoutForCurrentThread(), in TEST_F()
122 const RunLoopTimeout* run_timeout = GetTimeoutForCurrentThread(); in Run()307 const RunLoop::RunLoopTimeout* RunLoop::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::RunLoop
294 static const RunLoopTimeout* GetTimeoutForCurrentThread();