Searched refs:LINEAR_HISTOGRAM (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_metrics_module.cc | 79 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()
|
D | extension_metrics_apitest.cc | 38 {"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/ |
D | histogram.cc | 276 } 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()
|
D | histogram.h | 281 LINEAR_HISTOGRAM, enumerator
|