Searched defs:ShutdownWatcherHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc1047 // ShutdownWatcherHelper methods and members.
1049 // ShutdownWatcherHelper is a wrapper class for detecting hangs during
1051 ShutdownWatcherHelper::ShutdownWatcherHelper() function in class:ShutdownWatcherHelper
1056 ShutdownWatcherHelper::~ShutdownWatcherHelper() {
1065 void ShutdownWatcherHelper::Arm(const base::TimeDelta& duration) {
H A Dthread_watcher.h628 class ShutdownWatcherHelper { class
631 ShutdownWatcherHelper();
634 ~ShutdownWatcherHelper();
647 DISALLOW_COPY_AND_ASSIGN(ShutdownWatcherHelper);

Completed in 301 milliseconds