Searched refs:SetTimeoutForCurrentThread (Results 1 – 3 of 3) sorted by relevance
72 RunLoop::SetTimeoutForCurrentThread(nested_timeout_); in ~ScopedRunLoopTimeout()93 RunLoop::SetTimeoutForCurrentThread(&run_timeout_); in ScopedRunLoopTimeout()141 RunLoop::SetTimeoutForCurrentThread(nullptr); in ScopedDisableRunLoopTimeout()147 RunLoop::SetTimeoutForCurrentThread(nested_timeout_); in ~ScopedDisableRunLoopTimeout()
284 static void SetTimeoutForCurrentThread(const RunLoopTimeout* timeout);
275 void RunLoop::SetTimeoutForCurrentThread(const RunLoopTimeout* timeout) { in SetTimeoutForCurrentThread() function in base::RunLoop