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

  /external/chromium_org/components/metrics/
metrics_pref_names.cc 91 const char kStabilityIncompleteSessionEndCount[] =
metrics_pref_names.h 31 extern const char kStabilityIncompleteSessionEndCount[];
metrics_log.cc 125 metrics::prefs::kStabilityIncompleteSessionEndCount, 0);
247 pref->GetInteger(metrics::prefs::kStabilityIncompleteSessionEndCount);
248 pref->SetInteger(metrics::prefs::kStabilityIncompleteSessionEndCount, 0);
metrics_service.cc 611 local_state_->SetInteger(prefs::kStabilityIncompleteSessionEndCount, 0);
628 IncrementPrefValue(metrics::prefs::kStabilityIncompleteSessionEndCount);
    [all...]

Completed in 43 milliseconds