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

/external/chromium_org/base/threading/
H A Dwatchdog_unittest.cc62 // Test ability to call Arm and Disarm repeatedly.
66 watchdog1.Disarm();
68 watchdog1.Disarm();
72 watchdog2.Disarm();
74 watchdog2.Disarm();
115 watchdog.Disarm();
H A Dwatchdog.h8 // simply calling Arm() (to start timing) and Disarm() (to reset the timer).
15 // a second thread, and their methods call (Arm() and Disarm()) return very
53 void Disarm();
56 // Disarm(). This method can be overridden to create testable classes.
H A Dwatchdog.cc105 void Watchdog::Disarm() { function in class:base::Watchdog
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc660 // Disarm the startup timebomb, even if stop has been called.
932 // Disarm(). When Alarm goes off, in release mode we get the crash dump
979 // Disarm(). We crash the browser if this method is called.
1005 Disarm();
1017 void StartupTimeBomb::Disarm() { function in class:StartupTimeBomb
1020 startup_watchdog_->Disarm();
1047 g_startup_timebomb_->Disarm();
1062 shutdown_watchdog_->Disarm();
H A Dthread_watcher.h605 void Disarm();
/external/chromium_org/chrome/browser/
H A Djankometer_win.cc175 total_time_watchdog_.Disarm();
H A Dchrome_browser_main.cc1608 // Disarm the startup hang detector time bomb if it is still Arm'ed.
1609 startup_watcher_->Disarm();

Completed in 119 milliseconds