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

/external/chromium_org/base/metrics/
H A Dhistogram_base.cc40 HistogramBase* DeserializeHistogramInfo(PickleIterator* iter) {
61 const HistogramBase::Sample HistogramBase::kSampleType_MAX = INT_MAX;
63 HistogramBase::HistogramBase(const std::string& name) function in class:base::HistogramBase
67 HistogramBase::~HistogramBase() {}
69 void HistogramBase::CheckName(const StringPiece& name) const {
73 void HistogramBase::SetFlags(int32 flags) {
77 void HistogramBase
[all...]
H A Dhistogram_base.h26 class HistogramBase;
33 // HistogramBase, add new histogram types and names below.
47 BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
52 class BASE_EXPORT HistogramBase { class in namespace:base
93 explicit HistogramBase(const std::string& name);
94 virtual ~HistogramBase();
180 DISALLOW_COPY_AND_ASSIGN(HistogramBase);

Completed in 249 milliseconds