HomeSort by relevance Sort by last modified time
    Searched refs:FactoryTimeGet (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
histogram.h 121 static HistogramBase* FactoryTimeGet(const std::string& name,
135 static HistogramBase* FactoryTimeGet(const char* name,
296 static HistogramBase* FactoryTimeGet(const std::string& name,
310 static HistogramBase* FactoryTimeGet(const char* name,
histogram_macros.h 101 base::Histogram::FactoryTimeGet(name, min, max, bucket_count, \
182 base::Histogram::FactoryTimeGet(name, min, max, bucket_count, \
histogram.cc 126 HistogramBase* Histogram::FactoryTimeGet(const std::string& name,
144 HistogramBase* Histogram::FactoryTimeGet(const char* name,
149 return FactoryTimeGet(std::string(name), minimum, maximum, bucket_count,
559 HistogramBase* LinearHistogram::FactoryTimeGet(const std::string& name,
577 HistogramBase* LinearHistogram::FactoryTimeGet(const char* name,
582 return FactoryTimeGet(std::string(name), minimum, maximum, bucket_count,

Completed in 1047 milliseconds