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

/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc110 registry->RegisterIntegerPref(prefs::kStabilitySystemUncleanShutdownCount, 0);
120 IncrementPrefValue(prefs::kStabilitySystemUncleanShutdownCount);
189 count = pref->GetInteger(prefs::kStabilitySystemUncleanShutdownCount);
192 pref->SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 0);
/external/chromium_org/chrome/common/
H A Dpref_names.h453 extern const char kStabilitySystemUncleanShutdownCount[];
H A Dpref_names.cc1382 const char kStabilitySystemUncleanShutdownCount[] = member in namespace:prefs

Completed in 1908 milliseconds