HomeSort by relevance Sort by last modified time
    Searched refs:grace_end_timer_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 165 scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_end_timer_; member in class:chromeos::system::AutomaticRebootManager
automatic_reboot_manager.cc 349 grace_end_timer_.reset();
372 if (!grace_end_timer_)
373 grace_end_timer_.reset(new base::OneShotTimer<AutomaticRebootManager>);
374 grace_end_timer_->Start(FROM_HERE,
414 grace_end_timer_.reset();
automatic_reboot_manager_unittest.cc 506 VerifyTimerIsStopped(automatic_reboot_manager_->grace_end_timer_.get());
517 VerifyTimerIsRunning(automatic_reboot_manager_->grace_end_timer_.get(),
523 VerifyTimerIsRunning(automatic_reboot_manager_->grace_end_timer_.get(),
    [all...]

Completed in 32 milliseconds