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

  /external/chromium_org/base/metrics/
sparse_histogram.cc 22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) {
101 return SparseHistogram::FactoryGet(histogram_name, flags);
histogram.cc 87 HistogramBase* Histogram::FactoryGet(const string& name,
131 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
358 HistogramBase* histogram = Histogram::FactoryGet(
517 HistogramBase* LinearHistogram::FactoryGet(const string& name,
531 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
645 HistogramBase* histogram = LinearHistogram::FactoryGet(
658 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) {
700 HistogramBase* histogram = BooleanHistogram::FactoryGet(
713 HistogramBase* CustomHistogram::FactoryGet(const string& name,
751 // values, FactoryGet will take care of removing them
    [all...]

Completed in 75 milliseconds