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

  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 161 bool reboot_requested_; member in class:chromeos::system::AutomaticRebootManager
automatic_reboot_manager.cc 155 reboot_requested_(false),
318 reboot_requested_ = false;
387 reboot_requested_ = true;
396 if (!reboot_requested_ ||
automatic_reboot_manager_unittest.cc 504 EXPECT_FALSE(automatic_reboot_manager_->reboot_requested_);
515 EXPECT_TRUE(automatic_reboot_manager_->reboot_requested_);
520 EXPECT_FALSE(automatic_reboot_manager_->reboot_requested_);
    [all...]

Completed in 326 milliseconds