Lines Matching refs:IncrementPrefValue
687 IncrementPrefValue(prefs::kStabilityBreakpadRegistrationFail); in RecordBreakpadRegistration()
689 IncrementPrefValue(prefs::kStabilityBreakpadRegistrationSuccess); in RecordBreakpadRegistration()
694 IncrementPrefValue(prefs::kStabilityDebuggerNotPresent); in RecordBreakpadHasDebugger()
696 IncrementPrefValue(prefs::kStabilityDebuggerPresent); in RecordBreakpadHasDebugger()
737 IncrementPrefValue(prefs::kStabilityLaunchCount); in InitializeMetricsState()
740 IncrementPrefValue(prefs::kStabilityCrashCount); in InitializeMetricsState()
747 IncrementPrefValue(prefs::kStabilityIncompleteSessionEndCount); in InitializeMetricsState()
1523 void MetricsService::IncrementPrefValue(const char* path) { in IncrementPrefValue() function in MetricsService
1538 IncrementPrefValue(prefs::kStabilityPageLoadCount); in LogLoadStarted()
1545 IncrementPrefValue(prefs::kStabilityRendererCrashCount); in LogRendererCrash()
1549 IncrementPrefValue(prefs::kStabilityExtensionRendererCrashCount); in LogExtensionRendererCrash()
1553 IncrementPrefValue(prefs::kStabilityRendererHangCount); in LogRendererHang()
1563 IncrementPrefValue(prefs::kStabilityOtherUserCrashCount); in LogChromeOSCrash()
1565 IncrementPrefValue(prefs::kStabilityKernelCrashCount); in LogChromeOSCrash()
1567 IncrementPrefValue(prefs::kStabilitySystemUncleanShutdownCount); in LogChromeOSCrash()
1604 IncrementPrefValue(prefs::kStabilityChildProcessCrashCount); in LogChildProcessChange()