Home
last modified time | relevance | path

Searched refs:FactoryGetWithRangeDescription (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.h394 static HistogramBase* FactoryGetWithRangeDescription(
Dhistogram.cc873 return FactoryGetWithRangeDescription(name, minimum, maximum, bucket_count, in FactoryGet()
917 HistogramBase* LinearHistogram::FactoryGetWithRangeDescription( in FactoryGetWithRangeDescription() function in base::LinearHistogram