Home
last modified time | relevance | path

Searched refs:GetTimeoutForCurrentThread (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/test/
Dscoped_run_loop_timeout.cc45 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedRunLoopTimeout()
76 return RunLoop::GetTimeoutForCurrentThread() != nullptr; in ExistsForCurrentThread()
86 ScopedRunLoopTimeout::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::test::ScopedRunLoopTimeout
87 return RunLoop::GetTimeoutForCurrentThread(); in GetTimeoutForCurrentThread()
91 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedDisableRunLoopTimeout()
Dscoped_run_loop_timeout.h89 static const RunLoop::RunLoopTimeout* GetTimeoutForCurrentThread();
Dtask_environment_unittest.cc885 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()
894 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()
916 EXPECT_EQ(ScopedRunLoopTimeout::GetTimeoutForCurrentThread(), in TEST_F()
/external/cronet/base/
Drun_loop.cc122 const RunLoopTimeout* run_timeout = GetTimeoutForCurrentThread(); in Run()
307 const RunLoop::RunLoopTimeout* RunLoop::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::RunLoop
Drun_loop.h294 static const RunLoopTimeout* GetTimeoutForCurrentThread();