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

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc1050 // ShutdownWatcherHelper methods and members.
1052 // ShutdownWatcherHelper is a wrapper class for detecting hangs during
1054 ShutdownWatcherHelper::ShutdownWatcherHelper() function in class:ShutdownWatcherHelper
1059 ShutdownWatcherHelper::~ShutdownWatcherHelper() {
1068 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 257 milliseconds