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

  /external/chromium_org/base/metrics/
histogram_base.cc 40 HistogramBase* DeserializeHistogramInfo(PickleIterator* iter) {
61 const HistogramBase::Sample HistogramBase::kSampleType_MAX = INT_MAX;
63 HistogramBase::HistogramBase(const std::string& name)
67 HistogramBase::~HistogramBase() {}
69 void HistogramBase::CheckName(const StringPiece& name) const {
73 void HistogramBase::SetFlags(int32 flags) {
77 void HistogramBase::ClearFlags(int32 flags)
    [all...]
histogram_base.h 24 class HistogramBase;
31 // HistogramBase, add new histogram types and names below.
45 BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
50 class BASE_EXPORT HistogramBase {
91 explicit HistogramBase(const std::string& name);
92 virtual ~HistogramBase();
178 DISALLOW_COPY_AND_ASSIGN(HistogramBase);

Completed in 162 milliseconds