Searched defs:HistogramBase (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
H A Dhistogram_base.cc42 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) function in class:base::HistogramBase
70 HistogramBase::~HistogramBase() {}
72 void HistogramBase
[all...]
H A Dhistogram_base.h26 class HistogramBase;
35 // HistogramBase, add new histogram types and names below.
82 BASE_EXPORT HistogramBase* DeserializeHistogramInfo(base::PickleIterator* iter);
86 class BASE_EXPORT HistogramBase { class in namespace:base
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 134 milliseconds