Searched refs:boot_time (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_info_linux.cc22 Time boot_time = internal::GetBootTime(); local
23 DCHECK(!boot_time.is_null());
24 return Time(boot_time + start_offset);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager.h87 base::TimeTicks boot_time; member in struct:chromeos::system::AutomaticRebootManager::SystemEventTimes
H A Dautomatic_reboot_manager.cc140 boot_time = base::TimeTicks::Now() - uptime;
146 update_reboot_needed_time = boot_time + update_reboot_needed_uptime;
294 boot_time_ = system_event_times.boot_time + offset;

Completed in 1763 milliseconds