HomeSort by relevance Sort by last modified time
    Searched refs:DUMMY_HISTOGRAM (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/metrics/
dummy_histogram.cc 5 #include "base/metrics/dummy_histogram.h"
67 static base::NoDestructor<DummyHistogram> dummy_histogram; local
68 return dummy_histogram.get();
76 return DUMMY_HISTOGRAM;
histogram_base.h 42 DUMMY_HISTOGRAM,
histogram_base.cc 43 case DUMMY_HISTOGRAM:
44 return "DUMMY_HISTOGRAM";
histogram.cc 24 #include "base/metrics/dummy_histogram.h"
80 // However, if it's expired, it will actually be a DUMMY_HISTOGRAM.
82 if (histogram.GetHistogramType() == DUMMY_HISTOGRAM)
847 // DUMMY_HISTOGRAM. Skip filling in that case.
848 if (base_histogram->GetHistogramType() == DUMMY_HISTOGRAM)
    [all...]

Completed in 106 milliseconds