HomeSort by relevance Sort by last modified time
    Searched refs:boot_times (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 132 static void SendBootTimesToUMA(const BootTimesLoader::BootTimes& boot_times) {
143 SecondsToTimeDelta(boot_times.total));
145 SecondsToTimeDelta(boot_times.firmware));
147 SecondsToTimeDelta(boot_times.pre_startup));
149 SecondsToTimeDelta(boot_times.system));
150 if (boot_times.chrome > 0) {
152 SecondsToTimeDelta(boot_times.chrome));
163 boot_times.total,
164 boot_times.firmware,
165 boot_times.pre_startup
197 BootTimes boot_times; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
background_view.cc 538 BootTimesLoader::Handle handle, BootTimesLoader::BootTimes boot_times) {
546 if (boot_times.chrome > 0) {
550 boot_times.total,
551 boot_times.pre_startup,
552 boot_times.system,
553 boot_times.chrome);
558 boot_times.total,
559 boot_times.pre_startup,
560 boot_times.system);
background_view.h 148 BootTimesLoader::Handle handle, BootTimesLoader::BootTimes boot_times);

Completed in 270 milliseconds