Home
last modified time | relevance | path

Searched refs:kStabilityChildProcessCrashCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
Dchrome_stability_metrics_provider.cc104 count = pref->GetInteger(prefs::kStabilityChildProcessCrashCount); in ProvideStabilityMetrics()
107 pref->SetInteger(prefs::kStabilityChildProcessCrashCount, 0); in ProvideStabilityMetrics()
134 local_state->SetInteger(prefs::kStabilityChildProcessCrashCount, 0); in ClearSavedStabilityMetrics()
144 registry->RegisterIntegerPref(prefs::kStabilityChildProcessCrashCount, 0); in RegisterPrefs()
197 IncrementPrefValue(prefs::kStabilityChildProcessCrashCount); in BrowserChildProcessCrashed()
/external/chromium_org/chrome/common/
Dpref_names.cc1368 const char kStabilityChildProcessCrashCount[] = variable
Dpref_names.h450 extern const char kStabilityChildProcessCrashCount[];