Home
last modified time | relevance | path

Searched refs:GetNextWithIgnore (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.h190 std::unique_ptr<HistogramBase> GetNext() { return GetNextWithIgnore(0); } in GetNext()
194 std::unique_ptr<HistogramBase> GetNextWithIgnore(Reference ignore);
Dpersistent_histogram_allocator.cc249 PersistentHistogramAllocator::Iterator::GetNextWithIgnore(Reference ignore) { in GetNextWithIgnore() function in base::PersistentHistogramAllocator::Iterator
859 import_iterator_.GetNextWithIgnore(record_to_ignore); in ImportHistogramsToStatisticsRecorder()