Home
last modified time | relevance | path

Searched refs:kStabilityCrashCount (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_log.cc195 pref->GetInteger(prefs::kStabilityCrashCount)); in WriteRequiredStabilityAttributes()
196 pref->SetInteger(prefs::kStabilityCrashCount, 0); in WriteRequiredStabilityAttributes()
Dmetrics_service.cc388 local_state->RegisterIntegerPref(prefs::kStabilityCrashCount, 0); in RegisterPrefs()
440 local_state->SetInteger(prefs::kStabilityCrashCount, 0); in DiscardOldStabilityStats()
740 IncrementPrefValue(prefs::kStabilityCrashCount); in InitializeMetricsState()
/external/chromium/chrome/common/
Dpref_names.cc779 const char kStabilityCrashCount[] = variable
Dpref_names.h271 extern const char kStabilityCrashCount[];