Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc48 scoped_ptr<HistogramSamples> snapshot(histogram->SnapshotSamples()); in TEST_F()
53 scoped_ptr<HistogramSamples> snapshot1(histogram->SnapshotSamples()); in TEST_F()
59 scoped_ptr<HistogramSamples> snapshot2(histogram->SnapshotSamples()); in TEST_F()
67 scoped_ptr<HistogramSamples> snapshot(histogram->SnapshotSamples()); in TEST_F()
72 scoped_ptr<HistogramSamples> snapshot1(histogram->SnapshotSamples()); in TEST_F()
78 scoped_ptr<HistogramSamples> snapshot2(histogram->SnapshotSamples()); in TEST_F()
100 scoped_ptr<HistogramSamples> samples = sparse_histogram->SnapshotSamples(); in TEST_F()
Dsparse_histogram.cc72 scoped_ptr<HistogramSamples> SparseHistogram::SnapshotSamples() const { in SnapshotSamples() function in base::SparseHistogram
136 scoped_ptr<HistogramSamples> snapshot = SnapshotSamples(); in WriteAsciiImpl()
Dsparse_histogram.h52 scoped_ptr<HistogramSamples> SnapshotSamples() const override;
Dhistogram_snapshot_manager.cc43 scoped_ptr<HistogramSamples> snapshot(histogram.SnapshotSamples()); in PrepareDelta()
Dhistogram_base.h152 virtual scoped_ptr<HistogramSamples> SnapshotSamples() const = 0;
Dhistogram.h189 scoped_ptr<HistogramSamples> SnapshotSamples() const override;
Dhistogram_unittest.cc82 scoped_ptr<HistogramSamples> samples = histogram->SnapshotSamples(); in TEST_F()
Dhistogram.cc301 scoped_ptr<HistogramSamples> Histogram::SnapshotSamples() const { in SnapshotSamples() function in base::Histogram