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

  /external/chromium/chrome/browser/metrics/
metrics_log.cc 195 pref->GetInteger(prefs::kStabilityCrashCount));
196 pref->SetInteger(prefs::kStabilityCrashCount, 0);
metrics_service.cc 388 local_state->RegisterIntegerPref(prefs::kStabilityCrashCount, 0);
440 local_state->SetInteger(prefs::kStabilityCrashCount, 0);
740 IncrementPrefValue(prefs::kStabilityCrashCount);
    [all...]
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 451 registry->RegisterIntegerPref(prefs::kStabilityCrashCount, 0);
465 local_state->GetInteger(prefs::kStabilityCrashCount);
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 271 extern const char kStabilityCrashCount[];
  /external/chromium_org/chrome/test/reliability/
page_load_test.cc 725 registry->RegisterIntegerPref(prefs::kStabilityCrashCount, 0);
739 local_state->GetInteger(prefs::kStabilityCrashCount);
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 410 registry->RegisterIntegerPref(prefs::kStabilityCrashCount, 0);
452 local_state->SetInteger(prefs::kStabilityCrashCount, 0);
    [all...]
metrics_log.cc 597 int crash_count = pref->GetInteger(prefs::kStabilityCrashCount);
598 pref->SetInteger(prefs::kStabilityCrashCount, 0);
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 499 extern const char kStabilityCrashCount[];
    [all...]

Completed in 83 milliseconds