Lines Matching refs:BootTimesLoader
65 static base::LazyInstance<BootTimesLoader> g_boot_times_loader(
68 BootTimesLoader::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::BootTimes& boot_times) {
172 void BootTimesLoader::Backend::GetBootTimes(
249 void BootTimesLoader::WriteTimes(
302 void BootTimesLoader::WriteLogoutTimes() {
309 void BootTimesLoader::RecordStats(const std::string& name, const Stats& stats) {
316 BootTimesLoader::Stats BootTimesLoader::GetCurrentStats() {
326 void BootTimesLoader::RecordCurrentStats(const std::string& name) {
330 void BootTimesLoader::SaveChromeMainStats() {
334 void BootTimesLoader::RecordChromeMainStats() {
338 void BootTimesLoader::RecordLoginAttempted() {
350 void BootTimesLoader::AddLoginTimeMarker(
355 void BootTimesLoader::AddLogoutTimeMarker(
360 void BootTimesLoader::Observe(