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

  /external/chromium_org/chrome/browser/
browser_process_platform_part_chromeos.h 71 return automatic_reboot_manager_.get();
97 automatic_reboot_manager_; member in class:BrowserProcessPlatformPart
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h 73 system::AutomaticRebootManager* automatic_reboot_manager_; // Not owned. member in class:chromeos::KioskAppUpdateService
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc 162 scoped_ptr<AutomaticRebootManager> automatic_reboot_manager_; member in class:chromeos::system::AutomaticRebootManagerBasicTest
377 automatic_reboot_manager_.reset();
420 automatic_reboot_manager_->UpdateStatusChanged(
427 automatic_reboot_manager_->SuspendDone(base::TimeDelta::FromHours(1));
434 automatic_reboot_manager_->Observe(
460 automatic_reboot_manager_.reset(new AutomaticRebootManager(
467 base::TimeTicks() - automatic_reboot_manager_->boot_time_ -
496 automatic_reboot_manager_->login_screen_idle_timer_.get());
500 EXPECT_FALSE(automatic_reboot_manager_->reboot_requested_);
501 VerifyTimerIsStopped(automatic_reboot_manager_->grace_start_timer_.get())
    [all...]

Completed in 156 milliseconds