Home
last modified time | relevance | path

Searched defs:histogram_type (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/metrics/
Dhistogram.cc242 int histogram_type; in DeserializeHistogramInfo() local
352 Histogram::ClassType Histogram::histogram_type() const { in histogram_type() function in base::Histogram
809 Histogram::ClassType LinearHistogram::histogram_type() const { in histogram_type() function in base::LinearHistogram
890 Histogram::ClassType BooleanHistogram::histogram_type() const { in histogram_type() function in base::BooleanHistogram
939 Histogram::ClassType CustomHistogram::histogram_type() const { in histogram_type() function in base::CustomHistogram
/external/chromium/chrome/browser/extensions/
Dextension_metrics_module.cc116 Histogram::ClassType histogram_type(type == "histogram-linear" ? in RunImpl() local