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

/external/chromium_org/base/threading/
H A Dwatchdog.cc105 void Watchdog::Disarm() { function in class:base::Watchdog
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc657 // Disarm the startup timebomb, even if stop has been called.
929 // Disarm(). When Alarm goes off, in release mode we get the crash dump
976 // Disarm(). We crash the browser if this method is called.
1002 Disarm();
1014 void StartupTimeBomb::Disarm() { function in class:StartupTimeBomb
1017 startup_watchdog_->Disarm();
1044 g_startup_timebomb_->Disarm();
1059 shutdown_watchdog_->Disarm();

Completed in 214 milliseconds