Searched defs:GetHistogramType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/metrics/
H A Dsparse_histogram.cc32 DCHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType());
38 HistogramType SparseHistogram::GetHistogramType() const { function in class:base::SparseHistogram
H A Dhistogram.cc112 DCHECK_EQ(HISTOGRAM, histogram->GetHistogramType());
245 HistogramType Histogram::GetHistogramType() const { function in class:base::Histogram
482 params->SetString("type", HistogramTypeToString(GetHistogramType()));
569 DCHECK_EQ(LINEAR_HISTOGRAM, histogram->GetHistogramType());
574 HistogramType LinearHistogram::GetHistogramType() const { function in class:base::LinearHistogram
665 DCHECK_EQ(BOOLEAN_HISTOGRAM, histogram->GetHistogramType());
669 HistogramType BooleanHistogram::GetHistogramType() const { function in class:base::BooleanHistogram
724 DCHECK_EQ(histogram->GetHistogramType(), CUSTOM_HISTOGRAM);
728 HistogramType CustomHistogram::GetHistogramType() const { function in class:base::CustomHistogram

Completed in 85 milliseconds