Searched refs:histogram_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/metrics/
H A Dhistogram.cc102 DCHECK_EQ(HISTOGRAM, histogram->histogram_type());
214 DCHECK_NE(NOT_VALID_IN_RENDERER, histogram.histogram_type());
222 pickle.WriteInt(histogram.histogram_type());
242 int histogram_type; local
252 !pickle.ReadInt(&iter, &histogram_type) ||
269 DCHECK_NE(NOT_VALID_IN_RENDERER, histogram_type);
273 if (histogram_type == HISTOGRAM) {
276 } else if (histogram_type == LINEAR_HISTOGRAM) {
279 } else if (histogram_type == BOOLEAN_HISTOGRAM) {
282 LOG(ERROR) << "Error Deserializing Histogram Unknown histogram_type
352 Histogram::ClassType Histogram::histogram_type() const { function in class:base::Histogram
809 Histogram::ClassType LinearHistogram::histogram_type() const { function in class:base::LinearHistogram
890 Histogram::ClassType BooleanHistogram::histogram_type() const { function in class:base::BooleanHistogram
939 Histogram::ClassType CustomHistogram::histogram_type() const { function in class:base::CustomHistogram
[all...]
H A Dhistogram.h439 virtual ClassType histogram_type() const;
602 virtual ClassType histogram_type() const;
644 virtual ClassType histogram_type() const;
665 virtual ClassType histogram_type() const;
/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_module.cc116 Histogram::ClassType histogram_type(type == "histogram-linear" ?
118 return RecordValue(name, histogram_type, min, max, buckets, sample);
H A Dextension_metrics_apitest.cc129 EXPECT_EQ(r.type, histogram->histogram_type());
/external/chromium/net/disk_cache/
H A Dstats_histogram.cc43 DCHECK(HISTOGRAM == histogram->histogram_type());

Completed in 299 milliseconds