Home
last modified time | relevance | path

Searched refs:ArmSomeTimeDeltaAgo (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/threading/
Dwatchdog_unittest.cc89 watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2)); in TEST_F()
132 watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(10)); in TEST_F()
Dwatchdog.h42 void ArmSomeTimeDeltaAgo(const TimeDelta& time_delta);
Dwatchdog.cc48 void Watchdog::ArmSomeTimeDeltaAgo(const TimeDelta& time_delta) { in ArmSomeTimeDeltaAgo() function in base::Watchdog
/external/chromium/chrome/browser/
Djankometer.cc162 total_time_watchdog_.ArmSomeTimeDeltaAgo(queueing_time_); in StartProcessingTimers()