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

  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 73 class AutomaticRebootManager : public PowerManagerClient::Observer,
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_;
167 base::WeakPtrFactory<AutomaticRebootManager> weak_ptr_factory_;
171 DISALLOW_COPY_AND_ASSIGN(AutomaticRebootManager);
automatic_reboot_manager.cc 81 const AutomaticRebootManager::SystemEventTimes&)> reply) {
88 AutomaticRebootManager::SystemEventTimes(
127 AutomaticRebootManager::SystemEventTimes::SystemEventTimes()
132 AutomaticRebootManager::SystemEventTimes::SystemEventTimes(
150 AutomaticRebootManager::AutomaticRebootManager(
159 base::Bind(&AutomaticRebootManager::Reschedule,
162 base::Bind(&AutomaticRebootManager::Reschedule,
180 new base::OneShotTimer<AutomaticRebootManager>);
192 base::Bind(&AutomaticRebootManager::Init
    [all...]
automatic_reboot_manager_unittest.cc 123 typedef base::OneShotTimer<AutomaticRebootManager> Timer;
163 scoped_ptr<AutomaticRebootManager> automatic_reboot_manager_;
360 AutomaticRebootManager::RegisterPrefs(local_state_.registry());
374 // Let the AutomaticRebootManager, if any, unregister itself as an observer of
460 automatic_reboot_manager_.reset(new AutomaticRebootManager(
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_platform_part_chromeos.h 20 class AutomaticRebootManager;
43 chromeos::system::AutomaticRebootManager* automatic_reboot_manager() {
56 scoped_ptr<chromeos::system::AutomaticRebootManager>
browser_process_platform_part_chromeos.cc 24 automatic_reboot_manager_.reset(new chromeos::system::AutomaticRebootManager(
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h 24 class AutomaticRebootManager;
34 system::AutomaticRebootManager* automatic_reboot_manager);
63 system::AutomaticRebootManager* automatic_reboot_manager_; // Not owned.
kiosk_app_update_service.cc 31 system::AutomaticRebootManager* automatic_reboot_manager)
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 275 chromeos::system::AutomaticRebootManager::RegisterPrefs(registry);

Completed in 2147 milliseconds