Searched refs:LOCAL_HISTOGRAM_COUNTS (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/child/
H A Dchild_histogram_message_filter.cc69 LOCAL_HISTOGRAM_COUNTS("Histogram.ChildProcessHistogramSentCount", count);
/external/chromium_org/sync/util/
H A Ddata_type_histogram_unittest.cc16 // Create a histogram of type LOCAL_HISTOGRAM_COUNTS for each model type.
22 LOCAL_HISTOGRAM_COUNTS("Prefix" type_str "Suffix", 1);
/external/chromium_org/base/metrics/
H A Dstatistics_recorder_unittest.cc225 LOCAL_HISTOGRAM_COUNTS("TestHistogramCounts", 30);
258 LOCAL_HISTOGRAM_COUNTS("TestHistogram1", 30);
259 LOCAL_HISTOGRAM_COUNTS("TestHistogram1", 40);
260 LOCAL_HISTOGRAM_COUNTS("TestHistogram2", 30);
261 LOCAL_HISTOGRAM_COUNTS("TestHistogram2", 40);
H A Dhistogram.h179 #define LOCAL_HISTOGRAM_COUNTS(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ macro
H A Dhistogram_unittest.cc69 LOCAL_HISTOGRAM_COUNTS("Test3Histogram", 30);
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc117 LOCAL_HISTOGRAM_COUNTS("WebCoreCache.ImagesSizeKB",
119 LOCAL_HISTOGRAM_COUNTS("WebCoreCache.CSSStylesheetsSizeKB",
121 LOCAL_HISTOGRAM_COUNTS("WebCoreCache.ScriptsSizeKB",
123 LOCAL_HISTOGRAM_COUNTS("WebCoreCache.XSLStylesheetsSizeKB",
125 LOCAL_HISTOGRAM_COUNTS("WebCoreCache.FontsSizeKB",
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc823 LOCAL_HISTOGRAM_COUNTS("SB.QueueDepth", queued_checks_.size());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc921 LOCAL_HISTOGRAM_COUNTS("Metro.SnapModeToggle", enable);

Completed in 2334 milliseconds