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

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc964 // ShutdownWatchDogThread methods and members.
967 class ShutdownWatchDogThread : public base::Watchdog { class in namespace:__anon4302
969 // Constructor specifies how long the ShutdownWatchDogThread will wait before
971 explicit ShutdownWatchDogThread(const base::TimeDelta& duration) function in class:__anon4302::ShutdownWatchDogThread
982 DISALLOW_COPY_AND_ASSIGN(ShutdownWatchDogThread);
1084 shutdown_watchdog_ = new ShutdownWatchDogThread(actual_duration);

Completed in 757 milliseconds