Searched refs:Histograms (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/metrics/
H A Dhistogram_unittest.cc77 StatisticsRecorder::Histograms histograms;
152 StatisticsRecorder::Histograms histograms;
231 StatisticsRecorder::Histograms histograms;
H A Dhistogram.h31 // Histograms use a pattern involving a function static variable, that is a
407 // Support generic flagging of Histograms.
415 // Histograms from Renderer process are serialized and sent to the browser.
685 typedef std::vector<Histogram*> Histograms; typedef in class:base::StatisticsRecorder
707 static void GetHistograms(Histograms* output);
719 // caller supplied vector (Histograms). Only histograms with names matching
722 static void GetSnapshot(const std::string& query, Histograms* snapshot);
H A Dhistogram.cc1040 output->append("<html><head><title>About Histograms");
1048 Histograms snapshot;
1050 for (Histograms::iterator it = snapshot.begin();
1069 Histograms snapshot;
1071 for (Histograms::iterator it = snapshot.begin();
1080 void StatisticsRecorder::GetHistograms(Histograms* output) {
1110 Histograms* snapshot) {
/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_apitest.cc113 base::StatisticsRecorder::Histograms histograms;
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc515 StatisticsRecorder::Histograms histograms;
517 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin();
/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc2007 TEST_F(DiskCacheBackendTest, Histograms) {

Completed in 270 milliseconds