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

/external/chromium/base/metrics/
H A Dhistogram.cc76 Histogram* Histogram::FactoryGet(const std::string& name, function in class:base::Histogram
112 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
274 render_histogram = Histogram::FactoryGet(
277 render_histogram = LinearHistogram::FactoryGet(
280 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags);
773 Histogram* LinearHistogram::FactoryGet(const std::string& name, function in class:base::LinearHistogram
805 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
874 Histogram* BooleanHistogram::FactoryGet(const std::string& name, Flags flags) { function in class:base::BooleanHistogram
906 Histogram* CustomHistogram::FactoryGet(const std::string& name, function in class:base::CustomHistogram

Completed in 96 milliseconds