Home
last modified time | relevance | path

Searched refs:SetHeartbeatIntervalForTesting (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/task_scheduler/
Dservice_thread_unittest.cc67 ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta::FromMilliseconds(1)); in TEST()
107 ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta()); in TEST()
Dservice_thread.h36 static void SetHeartbeatIntervalForTesting(TimeDelta heartbeat);
Dservice_thread.cc31 void ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta heartbeat) { in SetHeartbeatIntervalForTesting() function in base::internal::ServiceThread