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

  /external/libchrome/base/metrics/
sparse_histogram.cc 25 HistogramBase* SparseHistogram::FactoryGet(const std::string& name,
213 return SparseHistogram::FactoryGet(histogram_name, flags);
histogram.cc 235 HistogramBase* Histogram::FactoryGet(const std::string& name,
252 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()),
257 HistogramBase* Histogram::FactoryGet(const char* name,
262 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags);
576 HistogramBase* histogram = Histogram::FactoryGet(
781 HistogramBase* LinearHistogram::FactoryGet(const std::string& name,
795 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()),
800 HistogramBase* LinearHistogram::FactoryGet(const char* name,
805 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags);
    [all...]

Completed in 69 milliseconds