Lines Matching refs:BootTimesLoader
65 static base::LazyInstance<BootTimesLoader> g_boot_times_loader(
68 BootTimesLoader::BootTimesLoader() in BootTimesLoader() function in chromeos::BootTimesLoader
76 BootTimesLoader* BootTimesLoader::Get() { in Get()
80 BootTimesLoader::Handle BootTimesLoader::GetBootTimes( in GetBootTimes()
82 BootTimesLoader::GetBootTimesCallback* callback) { in GetBootTimes()
132 static void SendBootTimesToUMA(const BootTimesLoader::BootTimes& boot_times) { in SendBootTimesToUMA()
172 void BootTimesLoader::Backend::GetBootTimes( in GetBootTimes()
249 void BootTimesLoader::WriteTimes( in WriteTimes()
302 void BootTimesLoader::WriteLogoutTimes() { in WriteLogoutTimes()
309 void BootTimesLoader::RecordStats(const std::string& name, const Stats& stats) { in RecordStats()
316 BootTimesLoader::Stats BootTimesLoader::GetCurrentStats() { in GetCurrentStats()
326 void BootTimesLoader::RecordCurrentStats(const std::string& name) { in RecordCurrentStats()
330 void BootTimesLoader::SaveChromeMainStats() { in SaveChromeMainStats()
334 void BootTimesLoader::RecordChromeMainStats() { in RecordChromeMainStats()
338 void BootTimesLoader::RecordLoginAttempted() { in RecordLoginAttempted()
350 void BootTimesLoader::AddLoginTimeMarker( in AddLoginTimeMarker()
355 void BootTimesLoader::AddLogoutTimeMarker( in AddLogoutTimeMarker()
360 void BootTimesLoader::Observe( in Observe()