Home
last modified time | relevance | path

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

/external/chromium/base/metrics/
Dhistogram.cc94 Histogram* tentative_histogram = in FactoryGet() local
96 tentative_histogram->InitializeBucketRange(); in FactoryGet()
97 tentative_histogram->SetFlags(flags); in FactoryGet()
99 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram); in FactoryGet()
787 LinearHistogram* tentative_histogram = in FactoryGet() local
789 tentative_histogram->InitializeBucketRange(); in FactoryGet()
790 tentative_histogram->SetFlags(flags); in FactoryGet()
792 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram); in FactoryGet()
879 BooleanHistogram* tentative_histogram = new BooleanHistogram(name); in FactoryGet() local
880 tentative_histogram->InitializeBucketRange(); in FactoryGet()
[all …]