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

  /external/libchrome/base/metrics/
histogram_base.cc 64 HistogramBase* HistogramBase::report_histogram_ = nullptr; member in class:base::HistogramBase
128 if (report_histogram_)
145 report_histogram_ = LinearHistogram::FactoryGet(
148 report_histogram_->Add(HISTOGRAM_REPORT_CREATED);
190 if (!report_histogram_)
197 report_histogram_->Add(HISTOGRAM_REPORT_HISTOGRAM_CREATED);
215 report_histogram_->Add(report_type);
217 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_PERSISTENT);
219 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_STABILITY);
221 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_TARGETED)
    [all...]
histogram_base_unittest.cc 25 HistogramBase::report_histogram_ = nullptr; member in class:base::HistogramBaseTest::HistogramBase
37 return HistogramBase::report_histogram_;
histogram_base.h 262 static HistogramBase* report_histogram_; member in class:base::HistogramBase

Completed in 59 milliseconds