Searched defs:FactoryGet (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/disk_cache/ |
D | stats_histogram.cc | 42 StatsHistogram* StatsHistogram::FactoryGet(const std::string& name, in FactoryGet() function in disk_cache::StatsHistogram
|
/external/chromium_org/base/metrics/ |
D | histogram.cc | 87 HistogramBase* Histogram::FactoryGet(const string& name, in FactoryGet() function in base::Histogram 516 HistogramBase* LinearHistogram::FactoryGet(const string& name, in FactoryGet() function in base::LinearHistogram 648 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::BooleanHistogram 703 HistogramBase* CustomHistogram::FactoryGet(const string& name, in FactoryGet() function in base::CustomHistogram
|
D | sparse_histogram.cc | 22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::SparseHistogram
|
/external/chromium/base/metrics/ |
D | histogram.cc | 76 Histogram* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram 773 Histogram* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram 874 Histogram* BooleanHistogram::FactoryGet(const std::string& name, Flags flags) { in FactoryGet() function in base::BooleanHistogram 906 Histogram* CustomHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::CustomHistogram
|