HomeSort by relevance Sort by last modified time
    Searched defs:AutomaticRebootManager (Results 1 - 2 of 2) 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_;
169 base::WeakPtrFactory<AutomaticRebootManager> weak_ptr_factory_;
171 DISALLOW_COPY_AND_ASSIGN(AutomaticRebootManager);
automatic_reboot_manager.cc 82 const AutomaticRebootManager::SystemEventTimes&)> reply) {
89 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...]

Completed in 46 milliseconds