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());
246 HistogramType Histogram::GetHistogramType() const { function in class:base::Histogram
483 params->SetString("type", HistogramTypeToString(GetHistogramType()));
570 DCHECK_EQ(LINEAR_HISTOGRAM, histogram->GetHistogramType());
584 HistogramType LinearHistogram::GetHistogramType() const { function in class:base::LinearHistogram
675 DCHECK_EQ(BOOLEAN_HISTOGRAM, histogram->GetHistogramType());
679 HistogramType BooleanHistogram::GetHistogramType() const { function in class:base::BooleanHistogram
734 DCHECK_EQ(histogram->GetHistogramType(), CUSTOM_HISTOGRAM);
738 HistogramType CustomHistogram::GetHistogramType() const { function in class:base::CustomHistogram

Completed in 76 milliseconds