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

  /external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 208 prefs.SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 13);
224 EXPECT_EQ(0, prefs.GetInteger(prefs::kStabilitySystemUncleanShutdownCount));
metrics_log.cc 255 count = pref->GetInteger(prefs::kStabilitySystemUncleanShutdownCount);
262 pref->SetInteger(prefs::kStabilitySystemUncleanShutdownCount, 0);
metrics_service.cc 406 local_state->RegisterIntegerPref(prefs::kStabilitySystemUncleanShutdownCount,
    [all...]
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 282 extern const char kStabilitySystemUncleanShutdownCount[];

Completed in 24 milliseconds