Home
last modified time | relevance | path

Searched refs:kStabilityOtherUserCrashCount (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_log_unittest.cc206 prefs.SetInteger(prefs::kStabilityOtherUserCrashCount, 11); in TEST()
222 EXPECT_EQ(0, prefs.GetInteger(prefs::kStabilityOtherUserCrashCount)); in TEST()
Dmetrics_log.cc235 count = pref->GetInteger(prefs::kStabilityOtherUserCrashCount); in WriteRealtimeStabilityAttributes()
242 pref->SetInteger(prefs::kStabilityOtherUserCrashCount, 0); in WriteRealtimeStabilityAttributes()
Dmetrics_service.cc404 local_state->RegisterIntegerPref(prefs::kStabilityOtherUserCrashCount, 0); in RegisterPrefs()
1563 IncrementPrefValue(prefs::kStabilityOtherUserCrashCount); in LogChromeOSCrash()
/external/chromium/chrome/common/
Dpref_names.h280 extern const char kStabilityOtherUserCrashCount[];
Dpref_names.cc824 const char kStabilityOtherUserCrashCount[] = variable