Searched defs:BootTimesLoader (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dboot_times_loader.h20 // BootTimesLoader loads the bootimes of Chrome OS from the file system.
22 // BootTimesLoader calls back to a method of your choice with the boot times.
23 // To use BootTimesLoader do the following:
25 // . In your class define a member field of type chromeos::BootTimesLoader and
28 // void OnBootTimesLoader(chromeos::BootTimesLoader::Handle,
29 // BootTimesLoader::BootTimes boot_times);
31 class BootTimesLoader class in namespace:chromeos
35 BootTimesLoader();
65 static BootTimesLoader* Get();
113 // BootTimesLoader call
[all...]
H A Dboot_times_loader.cc65 static base::LazyInstance<BootTimesLoader> g_boot_times_loader(
68 BootTimesLoader::BootTimesLoader() function in class:chromeos::BootTimesLoader
76 BootTimesLoader* BootTimesLoader::Get() {
80 BootTimesLoader::Handle BootTimesLoader::GetBootTimes(
82 BootTimesLoader::GetBootTimesCallback* callback) {
92 // replaced with a mock of BootTimesLoader.
132 static void SendBootTimesToUMA(const BootTimesLoader
[all...]

Completed in 71 milliseconds