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

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 42 double chrome_exec; // Time session manager executed Chrome. member in struct:chromeos::BootTimesLoader::BootTimes
52 chrome_exec(0),
boot_times_loader.cc 202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec);
207 if (boot_times.chrome_exec > 0) {
208 boot_times.system = boot_times.chrome_exec - boot_times.pre_startup;
209 boot_times.chrome = boot_times.login_prompt_ready - boot_times.chrome_exec;

Completed in 400 milliseconds