Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/metrics/
Dmetrics_log_unittest.cc207 prefs.SetInteger(prefs::kStabilityKernelCrashCount, 12); in TEST()
223 EXPECT_EQ(0, prefs.GetInteger(prefs::kStabilityKernelCrashCount)); in TEST()
Dmetrics_log.cc245 count = pref->GetInteger(prefs::kStabilityKernelCrashCount); in WriteRealtimeStabilityAttributes()
252 pref->SetInteger(prefs::kStabilityKernelCrashCount, 0); in WriteRealtimeStabilityAttributes()
Dmetrics_service.cc405 local_state->RegisterIntegerPref(prefs::kStabilityKernelCrashCount, 0); in RegisterPrefs()
1565 IncrementPrefValue(prefs::kStabilityKernelCrashCount); in LogChromeOSCrash()
/external/chromium/chrome/common/
Dpref_names.h281 extern const char kStabilityKernelCrashCount[];
Dpref_names.cc828 const char kStabilityKernelCrashCount[] = variable