Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.cc87 HistogramBase* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram
136 HistogramBase* Histogram::FactoryGet(const char* name, in FactoryGet() function in base::Histogram
550 HistogramBase* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram
569 HistogramBase* LinearHistogram::FactoryGet(const char* name, in FactoryGet() function in base::LinearHistogram
709 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::BooleanHistogram
731 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) { in FactoryGet() function in base::BooleanHistogram
769 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
795 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
Dsparse_histogram.cc22 HistogramBase* SparseHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::SparseHistogram