Home
last modified time | relevance | path

Searched refs:InconsistencyDetectedInLoggedCount (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_flattener.h39 virtual void InconsistencyDetectedInLoggedCount(int amount) = 0;
Dhistogram_delta_serialization.h50 void InconsistencyDetectedInLoggedCount(int amount) override;
Dhistogram_snapshot_manager.cc100 histogram_flattener_->InconsistencyDetectedInLoggedCount(discrepancy); in InspectLoggedSamplesInconsistency()
Dhistogram_delta_serialization.cc116 void HistogramDeltaSerialization::InconsistencyDetectedInLoggedCount( in InconsistencyDetectedInLoggedCount() function in base::HistogramDeltaSerialization
Dhistogram_snapshot_manager_unittest.cc44 void InconsistencyDetectedInLoggedCount(int amount) override { in InconsistencyDetectedInLoggedCount() function in base::HistogramFlattenerDeltaRecorder