Searched refs:kStabilitySystemUncleanShutdownCount (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dmetrics_log_unittest.cc208 prefs.SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 13);
224 EXPECT_EQ(0, prefs.GetInteger(prefs::kStabilitySystemUncleanShutdownCount));
H A Dmetrics_log.cc255 count = pref->GetInteger(prefs::kStabilitySystemUncleanShutdownCount);
262 pref->SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 0);
H A Dmetrics_service.cc406 local_state->RegisterIntegerPref(prefs::kStabilitySystemUncleanShutdownCount,
1567 IncrementPrefValue(prefs::kStabilitySystemUncleanShutdownCount);
/external/chromium/chrome/common/
H A Dpref_names.cc833 const char kStabilitySystemUncleanShutdownCount[] = member in namespace:prefs
H A Dpref_names.h282 extern const char kStabilitySystemUncleanShutdownCount[];
/external/chromium_org/chrome/common/
H A Dpref_names.cc1490 const char kStabilitySystemUncleanShutdownCount[] = member in namespace:prefs
H A Dpref_names.h480 extern const char kStabilitySystemUncleanShutdownCount[];
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log.cc667 count = pref->GetInteger(prefs::kStabilitySystemUncleanShutdownCount);
670 pref->SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 0);
H A Dmetrics_service.cc470 registry->RegisterIntegerPref(prefs::kStabilitySystemUncleanShutdownCount, 0);
1852 IncrementPrefValue(prefs::kStabilitySystemUncleanShutdownCount);
H A Dmetrics_log_unittest.cc138 prefs_->SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 13);

Completed in 139 milliseconds