HomeSort by relevance Sort by last modified time
    Searched defs:Uptime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/
sys_info.cc 12 int64 SysInfo::Uptime() {
14 // its return value happens to coincide with the system uptime value in
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc 57 // corresponding device uptime is written to |uptime_file_|, providing a mock
58 // for /proc/uptime.
74 void SetUptime(const base::TimeDelta& uptime);
76 const base::TimeDelta& Uptime() const;
132 void SetUpdateRebootNeededUptime(const base::TimeDelta& uptime);
144 bool ReadUpdateRebootNeededUptimeFromFile(base::TimeDelta* uptime);
152 // The uptime is read in the blocking thread pool and then processed on the
153 // UI thread. This causes the UI thread to start processing the uptime when it
156 // the uptime seen by the UI thread.
209 const base::TimeDelta& uptime) {
    [all...]

Completed in 256 milliseconds