Searched defs:AutomaticRebootManager (Results 1 - 2 of 2) 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_;
167 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...]

Completed in 196 milliseconds