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

  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 48 scoped_ptr<HistogramSamples> snapshot(histogram->SnapshotSamples());
53 scoped_ptr<HistogramSamples> snapshot1(histogram->SnapshotSamples());
59 scoped_ptr<HistogramSamples> snapshot2(histogram->SnapshotSamples());
67 scoped_ptr<HistogramSamples> snapshot(histogram->SnapshotSamples());
72 scoped_ptr<HistogramSamples> snapshot1(histogram->SnapshotSamples());
78 scoped_ptr<HistogramSamples> snapshot2(histogram->SnapshotSamples());
100 scoped_ptr<HistogramSamples> samples = sparse_histogram->SnapshotSamples();
sparse_histogram.cc 72 scoped_ptr<HistogramSamples> SparseHistogram::SnapshotSamples() const {
136 scoped_ptr<HistogramSamples> snapshot = SnapshotSamples();
histogram_snapshot_manager.cc 43 scoped_ptr<HistogramSamples> snapshot(histogram.SnapshotSamples());
sparse_histogram.h 52 scoped_ptr<HistogramSamples> SnapshotSamples() const override;
histogram_base.h 152 virtual scoped_ptr<HistogramSamples> SnapshotSamples() const = 0;
histogram.h 189 scoped_ptr<HistogramSamples> SnapshotSamples() const override;
235 // Implementation of SnapshotSamples function.
histogram_unittest.cc 82 scoped_ptr<HistogramSamples> samples = histogram->SnapshotSamples();
histogram.cc 301 scoped_ptr<HistogramSamples> Histogram::SnapshotSamples() const {

Completed in 476 milliseconds