HomeSort by relevance Sort by last modified time
    Searched refs:UMA_HISTOGRAM_COUNTS (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/chromium_org/net/socket_stream/
socket_stream_metrics.cc 65 UMA_HISTOGRAM_COUNTS("Net.SocketStream.ReceivedBytes",
67 UMA_HISTOGRAM_COUNTS("Net.SocketStream.ReceivedCounts",
69 UMA_HISTOGRAM_COUNTS("Net.SocketStream.SentBytes",
71 UMA_HISTOGRAM_COUNTS("Net.SocketStream.SentCounts",
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.cc 33 UMA_HISTOGRAM_COUNTS("SpellCheck.CustomWords", count);
79 UMA_HISTOGRAM_COUNTS("SpellCheck.CheckedWordsPerHour",
116 UMA_HISTOGRAM_COUNTS("SpellCheck.CheckedWords", spellchecked_word_count_);
122 UMA_HISTOGRAM_COUNTS("SpellCheck.MisspelledWords", misspelled_word_count_);
128 UMA_HISTOGRAM_COUNTS("SpellCheck.ReplacedWords", replaced_word_count_);
134 UMA_HISTOGRAM_COUNTS("SpellCheck.UniqueWords", checked_word_hashes_.size());
140 UMA_HISTOGRAM_COUNTS("SpellCheck.ShownSuggestions", suggestion_show_count_);
  /external/chromium_org/chrome/renderer/safe_browsing/
features.cc 29 UMA_HISTOGRAM_COUNTS("SBClientPhishing.TooManyFeatures", 1);
37 UMA_HISTOGRAM_COUNTS("SBClientPhishing.IllegalFeatureValue", 1);
phishing_term_feature_extractor.cc 146 UMA_HISTOGRAM_COUNTS("SBClientPhishing.TermFeatureBreakIterError", 1);
167 UMA_HISTOGRAM_COUNTS("SBClientPhishing.TermFeatureTimeout", 1);
280 UMA_HISTOGRAM_COUNTS("SBClientPhishing.TermFeatureIterations",
phishing_dom_feature_extractor.cc 200 UMA_HISTOGRAM_COUNTS("SBClientPhishing.DOMFeatureTimeout", 1);
362 UMA_HISTOGRAM_COUNTS("SBClientPhishing.DOMFeatureIterations",
404 UMA_HISTOGRAM_COUNTS("SBClientPhishing.DOMFeatureFrameRemoved", 1);
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 90 UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount());
98 UMA_HISTOGRAM_COUNTS("History.InMemoryTypedUrlVisitCount",
116 UMA_HISTOGRAM_COUNTS("History.InMemoryDBKeywordURLItemCount",
130 UMA_HISTOGRAM_COUNTS("History.InMemoryDBKeywordTermsCount",
history_database.cc 116 UMA_HISTOGRAM_COUNTS("History.URLTableCount", url_count.ColumnInt(0));
122 UMA_HISTOGRAM_COUNTS("History.VisitTableCount", visit_count.ColumnInt(0));
131 UMA_HISTOGRAM_COUNTS("History.WeeklyVisitCount", weekly_visit_count);
141 UMA_HISTOGRAM_COUNTS("History.MonthlyVisitCount",
174 UMA_HISTOGRAM_COUNTS("History.WeeklyURLCount", week_url_count);
176 UMA_HISTOGRAM_COUNTS("History.MonthlyURLCount", month_url_count);
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 43 UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.SetAsDefaultUI", 1);
45 UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.SetAsDefaultUIFailed", 1);
51 UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.DontSetAsDefault", 1);
54 UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.SetAsDefault", 1);
133 UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.Ignored", 1);
167 UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.DontSetAsDefault", 1);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_stats.cc 32 UMA_HISTOGRAM_COUNTS("Bookmarks.LaunchDepth", depth - 2);
  /external/chromium_org/net/filter/
sdch_filter.cc 47 UMA_HISTOGRAM_COUNTS("Sdch3.FilterUseBeforeDisabling", filter_use_count);
59 UMA_HISTOGRAM_COUNTS("Sdch3.PartialBytesIn",
61 UMA_HISTOGRAM_COUNTS("Sdch3.PartialVcdiffIn", source_bytes_);
62 UMA_HISTOGRAM_COUNTS("Sdch3.PartialVcdiffOut", output_bytes_);
69 UMA_HISTOGRAM_COUNTS("Sdch3.UnflushedBytesIn",
71 UMA_HISTOGRAM_COUNTS("Sdch3.UnflushedBufferSize",
73 UMA_HISTOGRAM_COUNTS("Sdch3.UnflushedVcdiffIn", source_bytes_);
74 UMA_HISTOGRAM_COUNTS("Sdch3.UnflushedVcdiffOut", output_bytes_);
90 UMA_HISTOGRAM_COUNTS("Sdch3.Network_Decode_Bytes_VcdiffOut_a",
  /external/chromium_org/components/precache/core/
precache_database.cc 103 UMA_HISTOGRAM_COUNTS("Precache.DownloadedPrecacheMotivated", size);
139 UMA_HISTOGRAM_COUNTS("Precache.DownloadedNonPrecache", size);
141 UMA_HISTOGRAM_COUNTS("Precache.DownloadedNonPrecache.Cellular", size);
148 UMA_HISTOGRAM_COUNTS("Precache.Saved", size);
150 UMA_HISTOGRAM_COUNTS("Precache.Saved.Cellular", size);
precache_database_unittest.cc 71 // way that UMA_HISTOGRAM_COUNTS uses static variables.
72 UMA_HISTOGRAM_COUNTS("Precache.DownloadedPrecacheMotivated", 0);
73 UMA_HISTOGRAM_COUNTS("Precache.DownloadedNonPrecache", 0);
74 UMA_HISTOGRAM_COUNTS("Precache.DownloadedNonPrecache.Cellular", 0);
75 UMA_HISTOGRAM_COUNTS("Precache.Saved", 0);
76 UMA_HISTOGRAM_COUNTS("Precache.Saved.Cellular", 0);
  /external/chromium_org/chrome/browser/chromeos/extensions/
first_run_private_api.cc 18 UMA_HISTOGRAM_COUNTS("CrosFirstRun.DialogShown", 1);
  /external/chromium_org/net/base/
network_change_notifier.cc 164 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnUnknown",
168 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnEthernet",
172 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnWifi",
176 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOn2G",
180 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOn3G",
184 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOn4G",
188 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnNone",
192 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnBluetooth",
200 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnUnknown", kilobytes_read);
204 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnEthernet", kilobytes_read)
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
block_bitmaps_v3.cc 77 UMA_HISTOGRAM_COUNTS("DiskCache.Blocks_0", used_blocks[0]);
78 UMA_HISTOGRAM_COUNTS("DiskCache.Blocks_1", used_blocks[1]);
79 UMA_HISTOGRAM_COUNTS("DiskCache.Blocks_2", used_blocks[2]);
80 UMA_HISTOGRAM_COUNTS("DiskCache.Blocks_3", used_blocks[3]);
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor.cc 95 UMA_HISTOGRAM_COUNTS("Quota.NumberOfEvictedOriginsPerRound",
104 UMA_HISTOGRAM_COUNTS("Quota.ErrorsOnEvictingOriginPerHour",
106 UMA_HISTOGRAM_COUNTS("Quota.ErrorsOnGettingUsageAndQuotaPerHour",
108 UMA_HISTOGRAM_COUNTS("Quota.EvictedOriginsPerHour",
110 UMA_HISTOGRAM_COUNTS("Quota.EvictionRoundsPerHour",
112 UMA_HISTOGRAM_COUNTS("Quota.SkippedEvictionRoundsPerHour",
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_metrics.cc 76 UMA_HISTOGRAM_COUNTS(
78 UMA_HISTOGRAM_COUNTS(
92 UMA_HISTOGRAM_COUNTS(
95 UMA_HISTOGRAM_COUNTS(
117 UMA_HISTOGRAM_COUNTS(
125 UMA_HISTOGRAM_COUNTS(
134 UMA_HISTOGRAM_COUNTS(
143 UMA_HISTOGRAM_COUNTS(
152 UMA_HISTOGRAM_COUNTS(
156 UMA_HISTOGRAM_COUNTS(
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 140 UMA_HISTOGRAM_COUNTS("SpellCheck.api.check.suggestions", word.size());
142 UMA_HISTOGRAM_COUNTS("SpellCheck.api.check", word.size());
163 UMA_HISTOGRAM_COUNTS("SpellCheck.api.paragraph", text.length());
177 UMA_HISTOGRAM_COUNTS("SpellCheck.api.async", text.length());
183 UMA_HISTOGRAM_COUNTS("SpellCheck.api.autocorrect", word.length());
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 216 UMA_HISTOGRAM_COUNTS("Net.HttpContentLengthWithValidOCL",
218 UMA_HISTOGRAM_COUNTS("Net.HttpOriginalContentLengthWithValidOCL",
220 UMA_HISTOGRAM_COUNTS("Net.HttpContentLengthDifferenceWithValidOCL",
227 UMA_HISTOGRAM_COUNTS("Net.HttpContentLength", received_content_length);
228 UMA_HISTOGRAM_COUNTS("Net.HttpOriginalContentLength",
230 UMA_HISTOGRAM_COUNTS("Net.HttpContentLengthDifference",
239 UMA_HISTOGRAM_COUNTS("Net.HttpContentLengthCacheable",
243 UMA_HISTOGRAM_COUNTS("Net.HttpContentLengthCacheable4Hours",
248 UMA_HISTOGRAM_COUNTS("Net.HttpContentLengthCacheable24Hours",
  /external/chromium_org/net/quic/
quic_client_session.cc 217 UMA_HISTOGRAM_COUNTS("Net.QuicSession.NumTotalStreams", num_total_streams_);
218 UMA_HISTOGRAM_COUNTS("Net.QuicNumSentClientHellos",
265 UMA_HISTOGRAM_COUNTS("Net.QuicSession.MaxReordering",
272 UMA_HISTOGRAM_COUNTS("Net.QuicNumStreamFramesInPacket", frames.size());
282 UMA_HISTOGRAM_COUNTS("Net.QuicNumStreamFramesPerStreamInPacket",
375 UMA_HISTOGRAM_COUNTS("Net.QuicSession.NumOpenStreams", GetNumOpenStreams());
589 UMA_HISTOGRAM_COUNTS(
593 UMA_HISTOGRAM_COUNTS(
596 UMA_HISTOGRAM_COUNTS(
  /external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc 358 UMA_HISTOGRAM_COUNTS("ZeroSuggest.QueryResults", num_query_results);
359 UMA_HISTOGRAM_COUNTS("ZeroSuggest.URLResults", num_nav_results);
360 UMA_HISTOGRAM_COUNTS("ZeroSuggest.AllResults", num_results);
369 UMA_HISTOGRAM_COUNTS(
  /external/chromium_org/chrome/browser/safe_browsing/
incident_report_uploader_impl.cc 54 UMA_HISTOGRAM_COUNTS("SBIRS.ReportPayloadSize", post_data.size());
protocol_manager.cc 409 UMA_HISTOGRAM_COUNTS("SB2.UpdateUrls", chunk_urls.size());
434 UMA_HISTOGRAM_COUNTS("SB2.ChunkSize", length);
630 UMA_HISTOGRAM_COUNTS("SB2.UpdateRequestSize", update_list_data_.size());
687 UMA_HISTOGRAM_COUNTS("SB2.UpdateSizeForeground", update_size_);
689 UMA_HISTOGRAM_COUNTS("SB2.UpdateSizeBackground", update_size_);
691 UMA_HISTOGRAM_COUNTS("SB2.UpdateSize", update_size_);
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 280 UMA_HISTOGRAM_COUNTS("TabRestore.last_session_file_size",
283 UMA_HISTOGRAM_COUNTS("SessionRestore.last_session_file_size",
312 UMA_HISTOGRAM_COUNTS("TabRestore.command_size", total_size);
314 UMA_HISTOGRAM_COUNTS("SessionRestore.command_size", total_size);
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 155 UMA_HISTOGRAM_COUNTS("NotificationPermissionRequest.Allowed", 1);
161 UMA_HISTOGRAM_COUNTS("NotificationPermissionRequest.Denied", 1);
170 UMA_HISTOGRAM_COUNTS("NotificationPermissionRequest.Ignored", 1);
256 UMA_HISTOGRAM_COUNTS("NotificationPermissionRequest.Ignored", 1);
282 UMA_HISTOGRAM_COUNTS("NotificationPermissionRequest.Allowed", 1);
289 UMA_HISTOGRAM_COUNTS("NotificationPermissionRequest.Denied", 1);

Completed in 1207 milliseconds

1 2 3 4 5