HomeSort by relevance Sort by last modified time
    Searched refs:kStabilitySystemUncleanShutdownCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 110 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/
pref_names.h 453 extern const char kStabilitySystemUncleanShutdownCount[];
pref_names.cc     [all...]

Completed in 257 milliseconds