Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc273 recovery1.MergeHistogramDeltaToStatisticsRecorder(recovered.get()); in TEST_F()
315 recovery2.MergeHistogramDeltaToStatisticsRecorder(recovered.get()); in TEST_F()
Dpersistent_histogram_allocator.h257 void MergeHistogramDeltaToStatisticsRecorder(HistogramBase* histogram);
Dstatistics_recorder_unittest.cc652 allocator_->MergeHistogramDeltaToStatisticsRecorder(histogram.get()); in MergeHistogramDeltas()
Dpersistent_histogram_allocator.cc446 void PersistentHistogramAllocator::MergeHistogramDeltaToStatisticsRecorder( in MergeHistogramDeltaToStatisticsRecorder() function in base::PersistentHistogramAllocator