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

  /external/chromium_org/base/metrics/
sparse_histogram.cc 27 HistogramBase* tentative_histogram = new SparseHistogram(name); local
28 tentative_histogram->SetFlags(flags);
30 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram);
histogram.cc 104 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...]