Searched refs:WatchdogCounter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/threading/
H A Dwatchdog_unittest.cc20 class WatchdogCounter : public Watchdog { class in namespace:base::__anon2536
22 WatchdogCounter(const TimeDelta& duration, function in class:base::__anon2536::WatchdogCounter
29 virtual ~WatchdogCounter() {}
41 DISALLOW_COPY_AND_ASSIGN(WatchdogCounter);
79 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
88 WatchdogCounter watchdog(TimeDelta(), "Enabled2", true);
100 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Disabled", false);
109 WatchdogCounter watchdog(TimeDelta::FromSeconds(1), "Enabled3", true);

Completed in 98 milliseconds