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

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 40 double pre_startup; // Time from kernel to system code being called. member in struct:chromeos::BootTimesLoader::BootTimes
50 pre_startup(0),
boot_times_loader.cc 147 SecondsToTimeDelta(boot_times.pre_startup));
165 boot_times.pre_startup,
200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup);
208 boot_times.system = boot_times.chrome_exec - boot_times.pre_startup;
211 boot_times.system = boot_times.login_prompt_ready - boot_times.pre_startup;
  /external/chromium/chrome/browser/chromeos/login/
background_view.cc 551 boot_times.pre_startup,
559 boot_times.pre_startup,

Completed in 64 milliseconds