Home
last modified time | relevance | path

Searched refs:SystemEventTimes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/system/
Dautomatic_reboot_manager.h81 struct SystemEventTimes { struct
82 SystemEventTimes();
83 SystemEventTimes(const base::TimeDelta& uptime,
121 void Init(const SystemEventTimes& system_event_times);
Dautomatic_reboot_manager.cc81 const AutomaticRebootManager::SystemEventTimes&)> reply) { in GetSystemEventTimes()
88 AutomaticRebootManager::SystemEventTimes( in GetSystemEventTimes()
127 AutomaticRebootManager::SystemEventTimes::SystemEventTimes() in SystemEventTimes() function in chromeos::system::AutomaticRebootManager::SystemEventTimes
132 AutomaticRebootManager::SystemEventTimes::SystemEventTimes( in SystemEventTimes() function in chromeos::system::AutomaticRebootManager::SystemEventTimes
290 void AutomaticRebootManager::Init(const SystemEventTimes& system_event_times) { in Init()