Searched defs:tentative_histogram (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/metrics/
H A Dsparse_histogram.cc27 HistogramBase* tentative_histogram = new SparseHistogram(name); local
28 tentative_histogram->SetFlags(flags);
30 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
H A Dhistogram.cc104 Histogram* tentative_histogram = local
107 tentative_histogram->SetFlags(flags);
109 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
553 LinearHistogram* tentative_histogram = local
559 tentative_histogram->bucket_description_[descriptions[i].sample] =
564 tentative_histogram->SetFlags(flags);
566 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
657 BooleanHistogram* tentative_histogram = local
660 tentative_histogram->SetFlags(flags);
662 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
715 CustomHistogram* tentative_histogram = local
[all...]
/external/chromium/base/metrics/
H A Dhistogram.cc94 Histogram* tentative_histogram = local
96 tentative_histogram->InitializeBucketRange();
97 tentative_histogram->SetFlags(flags);
99 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
787 LinearHistogram* tentative_histogram = local
789 tentative_histogram->InitializeBucketRange();
790 tentative_histogram->SetFlags(flags);
792 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
879 BooleanHistogram* tentative_histogram = new BooleanHistogram(name); local
880 tentative_histogram
926 CustomHistogram* tentative_histogram = new CustomHistogram(name, ranges); local
[all...]

Completed in 96 milliseconds