Home
last modified time | relevance | path

Searched defs:FactoryGet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/metrics/
Dhistogram.cc87 HistogramBase* Histogram::FactoryGet(const string& name, in FactoryGet() function in base::Histogram
517 HistogramBase* LinearHistogram::FactoryGet(const string& name, in FactoryGet() function in base::LinearHistogram
658 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::BooleanHistogram
713 HistogramBase* CustomHistogram::FactoryGet(const string& name, in FactoryGet() function in base::CustomHistogram
Dsparse_histogram.cc22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::SparseHistogram