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

/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager.h73 class AutomaticRebootManager : public PowerManagerClient::Observer, class in namespace:chromeos::system
93 explicit AutomaticRebootManager(scoped_ptr<base::TickClock> clock);
94 virtual ~AutomaticRebootManager();
148 scoped_ptr<base::OneShotTimer<AutomaticRebootManager> >
164 scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_start_timer_;
165 scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_end_timer_;
169 base::WeakPtrFactory<AutomaticRebootManager> weak_ptr_factory_;
171 DISALLOW_COPY_AND_ASSIGN(AutomaticRebootManager);
H A Dautomatic_reboot_manager.cc82 const AutomaticRebootManager::SystemEventTimes&)> reply) {
89 AutomaticRebootManager::SystemEventTimes(
127 AutomaticRebootManager::SystemEventTimes::SystemEventTimes()
132 AutomaticRebootManager::SystemEventTimes::SystemEventTimes(
150 AutomaticRebootManager::AutomaticRebootManager( function in class:chromeos::system::AutomaticRebootManager
159 base::Bind(&AutomaticRebootManager::Reschedule,
162 base::Bind(&AutomaticRebootManager::Reschedule,
180 new base::OneShotTimer<AutomaticRebootManager>);
192 base::Bind(&AutomaticRebootManager
[all...]
H A Dautomatic_reboot_manager_unittest.cc122 typedef base::OneShotTimer<AutomaticRebootManager> Timer;
162 scoped_ptr<AutomaticRebootManager> automatic_reboot_manager_;
357 AutomaticRebootManager::RegisterPrefs(local_state_.registry());
375 // Let the AutomaticRebootManager, if any, unregister itself as an observer of
460 automatic_reboot_manager_.reset(new AutomaticRebootManager(
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_chromeos.h25 class AutomaticRebootManager;
70 chromeos::system::AutomaticRebootManager* automatic_reboot_manager() {
96 scoped_ptr<chromeos::system::AutomaticRebootManager>
H A Dbrowser_process_platform_part_chromeos.cc31 automatic_reboot_manager_.reset(new chromeos::system::AutomaticRebootManager(
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service.h29 class AutomaticRebootManager;
40 system::AutomaticRebootManager* automatic_reboot_manager);
73 system::AutomaticRebootManager* automatic_reboot_manager_; // Not owned.
H A Dkiosk_app_update_service.cc34 system::AutomaticRebootManager* automatic_reboot_manager)
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc330 chromeos::system::AutomaticRebootManager::RegisterPrefs(registry);

Completed in 502 milliseconds