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

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc967 // ShutdownWatchDogThread methods and members.
970 class ShutdownWatchDogThread : public base::Watchdog { class in namespace:__anon4232
972 // Constructor specifies how long the ShutdownWatchDogThread will wait before
974 explicit ShutdownWatchDogThread(const base::TimeDelta& duration) function in class:__anon4232::ShutdownWatchDogThread
985 DISALLOW_COPY_AND_ASSIGN(ShutdownWatchDogThread);
1087 shutdown_watchdog_ = new ShutdownWatchDogThread(actual_duration);

Completed in 63 milliseconds