Home | History | Annotate | Download | only in metrics

Lines Matching refs:GetInteger

128                     pref->GetInteger(
134 pref->GetInteger(prefs::kStabilityBreakpadRegistrationSuccess));
137 pref->GetInteger(prefs::kStabilityBreakpadRegistrationFail));
140 pref->GetInteger(prefs::kStabilityDebuggerPresent));
143 pref->GetInteger(prefs::kStabilityDebuggerNotPresent));
172 plugin_dict->GetInteger(prefs::kStabilityPluginLaunches, &launches);
176 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
180 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
192 pref->GetInteger(prefs::kStabilityLaunchCount));
195 pref->GetInteger(prefs::kStabilityCrashCount));
204 int count = pref->GetInteger(prefs::kStabilityPageLoadCount);
210 count = pref->GetInteger(prefs::kStabilityRendererCrashCount);
216 count = pref->GetInteger(prefs::kStabilityExtensionRendererCrashCount);
222 count = pref->GetInteger(prefs::kStabilityRendererHangCount);
228 count = pref->GetInteger(prefs::kStabilityChildProcessCrashCount);
235 count = pref->GetInteger(prefs::kStabilityOtherUserCrashCount);
245 count = pref->GetInteger(prefs::kStabilityKernelCrashCount);
255 count = pref->GetInteger(prefs::kStabilitySystemUncleanShutdownCount);
361 pref->GetInteger(prefs::kNumBookmarksOnBookmarkBar);
363 pref->GetInteger(prefs::kNumFoldersOnBookmarkBar);
365 pref->GetInteger(prefs::kNumBookmarksInOtherBookmarkFolder);
367 pref->GetInteger(prefs::kNumFoldersInOtherBookmarkFolder);
387 WriteIntAttribute("count", pref->GetInteger(prefs::kNumKeywords));