Home
last modified time | relevance | path

Searched refs:LINEAR_HISTOGRAM (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_metrics_module.cc79 if (type == Histogram::LINEAR_HISTOGRAM) { in RecordValue()
117 Histogram::LINEAR_HISTOGRAM : Histogram::HISTOGRAM); in RunImpl()
125 return RecordValue(name, Histogram::LINEAR_HISTOGRAM, 1, 101, 102, sample); in RunImpl()
Dextension_metrics_apitest.cc38 {"test.h.2", base::Histogram::LINEAR_HISTOGRAM, 1, 200, 50}, // custom
39 {"test.h.3", base::Histogram::LINEAR_HISTOGRAM, 1, 101, 102}, // percentage
/external/chromium/base/metrics/
Dhistogram.cc276 } else if (histogram_type == LINEAR_HISTOGRAM) { in DeserializeHistogramInfo()
795 DCHECK_EQ(LINEAR_HISTOGRAM, histogram->histogram_type()); in FactoryGet()
810 return LINEAR_HISTOGRAM; in histogram_type()
Dhistogram.h281 LINEAR_HISTOGRAM, enumerator