AutomaticRebootManager   26 chrome/browser/browser_process_platform_part_chromeos.cc   automatic_reboot_manager_.reset(new chromeos::system::AutomaticRebootManager(
AutomaticRebootManager   20 chrome/browser/browser_process_platform_part_chromeos.h class AutomaticRebootManager;
AutomaticRebootManager   46 chrome/browser/browser_process_platform_part_chromeos.h   chromeos::system::AutomaticRebootManager* automatic_reboot_manager() {
AutomaticRebootManager   66 chrome/browser/browser_process_platform_part_chromeos.h   scoped_ptr<chromeos::system::AutomaticRebootManager>
AutomaticRebootManager   34 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc     system::AutomaticRebootManager* automatic_reboot_manager)
AutomaticRebootManager   28 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h class AutomaticRebootManager;
AutomaticRebootManager   38 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h       system::AutomaticRebootManager* automatic_reboot_manager);
AutomaticRebootManager   68 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h   system::AutomaticRebootManager* automatic_reboot_manager_;  // Not owned.
AutomaticRebootManager   82 chrome/browser/chromeos/system/automatic_reboot_manager.cc         const AutomaticRebootManager::SystemEventTimes&)> reply) {
AutomaticRebootManager   89 chrome/browser/chromeos/system/automatic_reboot_manager.cc       AutomaticRebootManager::SystemEventTimes(
AutomaticRebootManager  127 chrome/browser/chromeos/system/automatic_reboot_manager.cc AutomaticRebootManager::SystemEventTimes::SystemEventTimes()
AutomaticRebootManager  132 chrome/browser/chromeos/system/automatic_reboot_manager.cc AutomaticRebootManager::SystemEventTimes::SystemEventTimes(
AutomaticRebootManager  150 chrome/browser/chromeos/system/automatic_reboot_manager.cc AutomaticRebootManager::AutomaticRebootManager(
AutomaticRebootManager  159 chrome/browser/chromeos/system/automatic_reboot_manager.cc                              base::Bind(&AutomaticRebootManager::Reschedule,
AutomaticRebootManager  162 chrome/browser/chromeos/system/automatic_reboot_manager.cc                              base::Bind(&AutomaticRebootManager::Reschedule,
AutomaticRebootManager  180 chrome/browser/chromeos/system/automatic_reboot_manager.cc         new base::OneShotTimer<AutomaticRebootManager>);
AutomaticRebootManager  192 chrome/browser/chromeos/system/automatic_reboot_manager.cc                  base::Bind(&AutomaticRebootManager::Init,
AutomaticRebootManager  197 chrome/browser/chromeos/system/automatic_reboot_manager.cc AutomaticRebootManager::~AutomaticRebootManager() {
AutomaticRebootManager  209 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::AddObserver(
AutomaticRebootManager  214 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::RemoveObserver(
AutomaticRebootManager  219 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::SystemResumed(
AutomaticRebootManager  224 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::UpdateStatusChanged(
AutomaticRebootManager  243 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::OnUserActivity(const ui::Event* event) {
AutomaticRebootManager  251 chrome/browser/chromeos/system/automatic_reboot_manager.cc       new base::OneShotTimer<AutomaticRebootManager>);
AutomaticRebootManager  255 chrome/browser/chromeos/system/automatic_reboot_manager.cc       base::Bind(&AutomaticRebootManager::MaybeReboot,
AutomaticRebootManager  260 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::Observe(
AutomaticRebootManager  285 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::RegisterPrefs(PrefRegistrySimple* registry) {
AutomaticRebootManager  290 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::Init(const SystemEventTimes& system_event_times) {
AutomaticRebootManager  311 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::Reschedule() {
AutomaticRebootManager  362 chrome/browser/chromeos/system/automatic_reboot_manager.cc     grace_start_timer_.reset(new base::OneShotTimer<AutomaticRebootManager>);
AutomaticRebootManager  365 chrome/browser/chromeos/system/automatic_reboot_manager.cc                             base::Bind(&AutomaticRebootManager::RequestReboot,
AutomaticRebootManager  373 chrome/browser/chromeos/system/automatic_reboot_manager.cc     grace_end_timer_.reset(new base::OneShotTimer<AutomaticRebootManager>);
AutomaticRebootManager  376 chrome/browser/chromeos/system/automatic_reboot_manager.cc                           base::Bind(&AutomaticRebootManager::Reboot,
AutomaticRebootManager  386 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::RequestReboot() {
AutomaticRebootManager  391 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::MaybeReboot(bool ignore_session) {
AutomaticRebootManager  405 chrome/browser/chromeos/system/automatic_reboot_manager.cc void AutomaticRebootManager::Reboot() {
AutomaticRebootManager   73 chrome/browser/chromeos/system/automatic_reboot_manager.h class AutomaticRebootManager : public PowerManagerClient::Observer,
AutomaticRebootManager   93 chrome/browser/chromeos/system/automatic_reboot_manager.h   explicit AutomaticRebootManager(scoped_ptr<base::TickClock> clock);
AutomaticRebootManager   94 chrome/browser/chromeos/system/automatic_reboot_manager.h   virtual ~AutomaticRebootManager();
AutomaticRebootManager  148 chrome/browser/chromeos/system/automatic_reboot_manager.h   scoped_ptr<base::OneShotTimer<AutomaticRebootManager> >
AutomaticRebootManager  164 chrome/browser/chromeos/system/automatic_reboot_manager.h   scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_start_timer_;
AutomaticRebootManager  165 chrome/browser/chromeos/system/automatic_reboot_manager.h   scoped_ptr<base::OneShotTimer<AutomaticRebootManager> > grace_end_timer_;
AutomaticRebootManager  167 chrome/browser/chromeos/system/automatic_reboot_manager.h   base::WeakPtrFactory<AutomaticRebootManager> weak_ptr_factory_;
AutomaticRebootManager  171 chrome/browser/chromeos/system/automatic_reboot_manager.h   DISALLOW_COPY_AND_ASSIGN(AutomaticRebootManager);
AutomaticRebootManager  123 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc   typedef base::OneShotTimer<AutomaticRebootManager> Timer;
AutomaticRebootManager  163 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc   scoped_ptr<AutomaticRebootManager> automatic_reboot_manager_;
AutomaticRebootManager  358 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc   AutomaticRebootManager::RegisterPrefs(local_state_.registry());
AutomaticRebootManager  462 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc   automatic_reboot_manager_.reset(new AutomaticRebootManager(
AutomaticRebootManager  309 chrome/browser/prefs/browser_prefs.cc   chromeos::system::AutomaticRebootManager::RegisterPrefs(registry);