Lines Matching defs:BootTimesLoader

131 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::Stats::UptimeDouble(double* result) const {
203 void BootTimesLoader::Stats::RecordStats(const std::string& name) const {
206 base::Bind(&BootTimesLoader::Stats::RecordStatsImpl,
211 void BootTimesLoader::Stats::RecordStatsWithCallback(
216 base::Bind(&BootTimesLoader::Stats::RecordStatsImpl,
222 void BootTimesLoader::Stats::RecordStatsImpl(
237 BootTimesLoader::BootTimesLoader()
246 BootTimesLoader::~BootTimesLoader() {
250 BootTimesLoader* BootTimesLoader::Get() {
255 void BootTimesLoader::WriteTimes(
314 void BootTimesLoader::LoginDone(bool is_user_new) {
349 void BootTimesLoader::WriteLogoutTimes() {
363 void BootTimesLoader::ClearLogoutStartedLastPreference() {
368 void BootTimesLoader::OnChromeProcessStart() {
400 base::Bind(&BootTimesLoader::ClearLogoutStartedLastPreference));
403 void BootTimesLoader::OnLogoutStarted(PrefService* state) {
409 void BootTimesLoader::RecordCurrentStats(const std::string& name) {
413 void BootTimesLoader::SaveChromeMainStats() {
417 void BootTimesLoader::RecordChromeMainStats() {
421 void BootTimesLoader::RecordLoginAttempted() {
443 void BootTimesLoader::AddLoginTimeMarker(
448 void BootTimesLoader::AddLogoutTimeMarker(
454 void BootTimesLoader::AddMarker(std::vector<TimeMarker>* vector,
466 // BootTimesLoader's lifetime exceeds that of the UI thread message loop.
469 base::Bind(&BootTimesLoader::AddMarker,
475 void BootTimesLoader::RecordAuthenticationSuccess() {
480 void BootTimesLoader::RecordAuthenticationFailure() {
484 void BootTimesLoader::Observe(