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

/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.h25 // BootTimesLoader loads the bootimes of Chrome OS from the file system.
27 // BootTimesLoader calls back to a method of your choice with the boot times.
28 // To use BootTimesLoader, do the following:
30 // . In your class define a member field of type chromeos::BootTimesLoader and
33 // void OnBootTimesLoaded(const BootTimesLoader::BootTimes& boot_times);
35 class BootTimesLoader : public content::NotificationObserver, class in namespace:chromeos
38 BootTimesLoader();
39 virtual ~BootTimesLoader();
41 static BootTimesLoader* Get();
96 // BootTimesLoader call
[all...]
H A Dboot_times_loader.cc131 static base::LazyInstance<BootTimesLoader> g_boot_times_loader =
135 BootTimesLoader::Stats BootTimesLoader::Stats::GetCurrentStats() {
147 std::string BootTimesLoader::Stats::SerializeToString() const {
156 LOG(WARNING) << "BootTimesLoader::Stats::SerializeToString(): failed.";
164 BootTimesLoader::Stats BootTimesLoader::Stats::DeserializeFromString(
172 LOG(ERROR) << "BootTimesLoader::Stats::DeserializeFromString(): not a "
181 << "BootTimesLoader::Stats::DeserializeFromString(): format error: '"
189 bool BootTimesLoader
237 BootTimesLoader::BootTimesLoader() function in class:chromeos::BootTimesLoader
[all...]

Completed in 131 milliseconds