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

  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 164 scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_start_timer_; member in class:chromeos::system::AutomaticRebootManager
automatic_reboot_manager.cc 348 grace_start_timer_.reset();
361 if (!grace_start_timer_)
362 grace_start_timer_.reset(new base::OneShotTimer<AutomaticRebootManager>);
363 grace_start_timer_->Start(FROM_HERE,
413 grace_start_timer_.reset();
automatic_reboot_manager_unittest.cc 505 VerifyTimerIsStopped(automatic_reboot_manager_->grace_start_timer_.get());
516 VerifyTimerIsStopped(automatic_reboot_manager_->grace_start_timer_.get());
521 VerifyTimerIsRunning(automatic_reboot_manager_->grace_start_timer_.get(),
    [all...]

Completed in 642 milliseconds