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

  /external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 207 prefs.SetInteger(prefs::kStabilityKernelCrashCount, 12);
223 EXPECT_EQ(0, prefs.GetInteger(prefs::kStabilityKernelCrashCount));
metrics_log.cc 245 count = pref->GetInteger(prefs::kStabilityKernelCrashCount);
252 pref->SetInteger(prefs::kStabilityKernelCrashCount, 0);
metrics_service.cc 405 local_state->RegisterIntegerPref(prefs::kStabilityKernelCrashCount, 0);
    [all...]
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 281 extern const char kStabilityKernelCrashCount[];
  /external/chromium_org/chrome/browser/metrics/
metrics_log_unittest.cc 73 prefs_.SetInteger(prefs::kStabilityKernelCrashCount, 12);
metrics_log.cc 650 count = pref->GetInteger(prefs::kStabilityKernelCrashCount);
653 pref->SetInteger(prefs::kStabilityKernelCrashCount, 0);
    [all...]
metrics_service.cc 425 registry->RegisterIntegerPref(prefs::kStabilityKernelCrashCount, 0);
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 509 extern const char kStabilityKernelCrashCount[];
    [all...]

Completed in 188 milliseconds