Searched refs:report_histogram_ (Results 1 – 3 of 3) sorted by relevance
64 HistogramBase* HistogramBase::report_histogram_ = nullptr; member in base::HistogramBase128 if (report_histogram_) in EnableActivityReportHistogram()145 report_histogram_ = LinearHistogram::FactoryGet( in EnableActivityReportHistogram()148 report_histogram_->Add(HISTOGRAM_REPORT_CREATED); in EnableActivityReportHistogram()190 if (!report_histogram_) in ReportHistogramActivity()197 report_histogram_->Add(HISTOGRAM_REPORT_HISTOGRAM_CREATED); in ReportHistogramActivity()215 report_histogram_->Add(report_type); in ReportHistogramActivity()217 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_PERSISTENT); in ReportHistogramActivity()219 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_STABILITY); in ReportHistogramActivity()221 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_TARGETED); in ReportHistogramActivity()[all …]
25 HistogramBase::report_histogram_ = nullptr; in ~HistogramBaseTest()37 return HistogramBase::report_histogram_; in GetCreationReportHistogram()
262 static HistogramBase* report_histogram_; variable