Home
last modified time | relevance | path

Searched refs:IncrementPrefValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
Dchrome_stability_metrics_provider.cc38 void IncrementPrefValue(const char* path) { in IncrementPrefValue() function
197 IncrementPrefValue(prefs::kStabilityChildProcessCrashCount); in BrowserChildProcessCrashed()
205 IncrementPrefValue(prefs::kStabilityPageLoadCount); in LogLoadStarted()
224 IncrementPrefValue(prefs::kStabilityExtensionRendererCrashCount); in LogRendererCrash()
229 IncrementPrefValue(prefs::kStabilityRendererCrashCount); in LogRendererCrash()
247 IncrementPrefValue(prefs::kStabilityRendererHangCount); in LogRendererHang()
Dchromeos_metrics_provider.cc88 void IncrementPrefValue(const char* path) { in IncrementPrefValue() function
116 IncrementPrefValue(prefs::kStabilityOtherUserCrashCount); in LogCrash()
118 IncrementPrefValue(prefs::kStabilityKernelCrashCount); in LogCrash()
120 IncrementPrefValue(prefs::kStabilitySystemUncleanShutdownCount); in LogCrash()
/external/chromium_org/components/metrics/
Dmetrics_service.cc540 IncrementPrefValue(metrics::prefs::kStabilityBreakpadRegistrationFail); in RecordBreakpadRegistration()
542 IncrementPrefValue(metrics::prefs::kStabilityBreakpadRegistrationSuccess); in RecordBreakpadRegistration()
547 IncrementPrefValue(metrics::prefs::kStabilityDebuggerNotPresent); in RecordBreakpadHasDebugger()
549 IncrementPrefValue(metrics::prefs::kStabilityDebuggerPresent); in RecordBreakpadHasDebugger()
576 IncrementPrefValue(metrics::prefs::kStabilityCrashCount); in InitializeMetricsState()
621 IncrementPrefValue(metrics::prefs::kStabilityLaunchCount); in InitializeMetricsState()
628 IncrementPrefValue(metrics::prefs::kStabilityIncompleteSessionEndCount); in InitializeMetricsState()
1116 void MetricsService::IncrementPrefValue(const char* path) { in IncrementPrefValue() function in metrics::MetricsService
Dmetrics_service.h340 void IncrementPrefValue(const char* path);