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

/external/libchrome/base/metrics/
H A Dsparse_histogram.cc33 DCHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType());
43 HistogramType SparseHistogram::GetHistogramType() const { function in class:base::SparseHistogram
H A Dhistogram.cc112 DCHECK_EQ(HISTOGRAM, histogram->GetHistogramType());
268 HistogramType Histogram::GetHistogramType() const { function in class:base::Histogram
516 params->SetString("type", HistogramTypeToString(GetHistogramType()));
621 DCHECK_EQ(LINEAR_HISTOGRAM, histogram->GetHistogramType());
635 HistogramType LinearHistogram::GetHistogramType() const { function in class:base::LinearHistogram
727 DCHECK_EQ(BOOLEAN_HISTOGRAM, histogram->GetHistogramType());
735 HistogramType BooleanHistogram::GetHistogramType() const { function in class:base::BooleanHistogram
791 DCHECK_EQ(histogram->GetHistogramType(), CUSTOM_HISTOGRAM);
802 HistogramType CustomHistogram::GetHistogramType() const { function in class:base::CustomHistogram

Completed in 85 milliseconds