HomeSort by relevance Sort by last modified time
    Searched defs:ShutdownWatcherHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 944 // ShutdownWatcherHelper methods and members.
946 // ShutdownWatcherHelper is a wrapper class for detecting hangs during
948 ShutdownWatcherHelper::ShutdownWatcherHelper()
953 ShutdownWatcherHelper::~ShutdownWatcherHelper() {
962 void ShutdownWatcherHelper::Arm(const base::TimeDelta& duration) {
thread_watcher.h 611 class ShutdownWatcherHelper {
614 ShutdownWatcherHelper();
617 ~ShutdownWatcherHelper();
630 DISALLOW_COPY_AND_ASSIGN(ShutdownWatcherHelper);

Completed in 152 milliseconds