HomeSort by relevance Sort by last modified time
    Searched defs:GetHistogramType (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
dummy_histogram.cc 75 HistogramType DummyHistogram::GetHistogramType() const {
sparse_histogram.cc 74 CHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType());
94 HistogramType SparseHistogram::GetHistogramType() const {
histogram.cc 82 if (histogram.GetHistogramType() == DUMMY_HISTOGRAM)
232 if (histogram_type_ != histogram->GetHistogramType() ||
476 HistogramType Histogram::GetHistogramType() const {
784 params->SetString("type", HistogramTypeToString(GetHistogramType()));
848 if (base_histogram->GetHistogramType() == DUMMY_HISTOGRAM)
    [all...]

Completed in 409 milliseconds