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

  /external/libchrome/base/metrics/
histogram_base.cc 42 HistogramBase* DeserializeHistogramInfo(PickleIterator* iter) {
63 const HistogramBase::Sample HistogramBase::kSampleType_MAX = INT_MAX;
64 HistogramBase* HistogramBase::report_histogram_ = nullptr;
66 HistogramBase::HistogramBase(const std::string& name)
70 HistogramBase::~HistogramBase() {}
72 void HistogramBase::CheckName(const StringPiece& name) const
    [all...]
histogram_base.h 26 class HistogramBase;
35 // HistogramBase, add new histogram types and names below.
82 BASE_EXPORT HistogramBase* DeserializeHistogramInfo(base::PickleIterator* iter);
86 class BASE_EXPORT HistogramBase {
140 explicit HistogramBase(const std::string& name);
141 virtual ~HistogramBase();
262 static void ReportHistogramActivity(const HistogramBase& histogram,
266 static HistogramBase* report_histogram_;
274 DISALLOW_COPY_AND_ASSIGN(HistogramBase);

Completed in 83 milliseconds