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

  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 23 // HistogramSnapshotManager handles the logistics of gathering up available
30 class BASE_EXPORT HistogramSnapshotManager {
32 explicit HistogramSnapshotManager(HistogramFlattener* histogram_flattener);
33 virtual ~HistogramSnapshotManager();
91 DISALLOW_COPY_AND_ASSIGN(HistogramSnapshotManager);
histogram_snapshot_manager.cc 17 HistogramSnapshotManager::HistogramSnapshotManager(
23 HistogramSnapshotManager::~HistogramSnapshotManager() {
26 void HistogramSnapshotManager::PrepareDelta(HistogramBase* histogram) {
30 void HistogramSnapshotManager::PrepareFinalDelta(
35 void HistogramSnapshotManager::PrepareSamples(
92 void HistogramSnapshotManager::InspectLoggedSamplesInconsistency(
histogram_delta_serialization.h 55 HistogramSnapshotManager histogram_snapshot_manager_;
histogram_snapshot_manager_unittest.cc 79 HistogramSnapshotManager histogram_snapshot_manager_;

Completed in 215 milliseconds