OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boot_times
(Results
1 - 4
of
4
) 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
...]
boot_times_loader.h
29
// BootTimesLoader::BootTimes
boot_times
);
/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 818 milliseconds