HomeSort by relevance Sort by last modified time
    Searched full:histograms_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
histogram.cc 702 DCHECK(!histograms_);
704 histograms_ = new HistogramMap;
708 DCHECK(histograms_);
717 delete histograms_;
718 histograms_ = NULL;
725 return NULL != histograms_;
735 if (!histograms_)
740 DCHECK(histograms_->end() == histograms_->find(name));
742 (*histograms_)[name] = histogram
827 StatisticsRecorder::HistogramMap* StatisticsRecorder::histograms_ = NULL; member in class:StatisticsRecorder
    [all...]
histogram.h 577 static HistogramMap* histograms_; member in class:StatisticsRecorder

Completed in 47 milliseconds