Searched refs:expect_reboot (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_unittest.cc133 void SetRebootAfterUpdate(bool reboot_after_update, bool expect_reboot);
134 void SetUptimeLimit(const base::TimeDelta& limit, bool expect_reboot);
136 void NotifyResumed(bool expect_reboot);
137 void NotifyTerminating(bool expect_reboot);
139 void FastForwardBy(const base::TimeDelta& delta, bool expect_reboot);
140 void FastForwardUntilNoTasksRemain(bool expect_reboot);
142 void CreateAutomaticRebootManager(bool expect_reboot);
394 bool expect_reboot) {
400 EXPECT_EQ(expect_reboot ? 1 : 0,
406 bool expect_reboot) {
392 SetRebootAfterUpdate( bool reboot_after_update, bool expect_reboot) argument
404 SetUptimeLimit( const base::TimeDelta& limit, bool expect_reboot) argument
428 NotifyResumed(bool expect_reboot) argument
435 NotifyTerminating(bool expect_reboot) argument
445 FastForwardBy( const base::TimeDelta& delta, bool expect_reboot) argument
453 FastForwardUntilNoTasksRemain( bool expect_reboot) argument
460 CreateAutomaticRebootManager( bool expect_reboot) argument
[all...]

Completed in 440 milliseconds