Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_sample_map.cc144 const_cast<PersistentSampleMap*>(this)->ImportSamples(-1, true); in TotalCount()
156 const_cast<PersistentSampleMap*>(this)->ImportSamples(-1, true); in Iterator()
219 return ImportSamples(value, false); in GetSampleCountStorage()
251 count_pointer = ImportSamples(value, false); in GetOrCreateSampleCountStorage()
267 Count* PersistentSampleMap::ImportSamples(Sample until_value, in ImportSamples() function in base::PersistentSampleMap
Dpersistent_sample_map.h86 HistogramBase::Count* ImportSamples(HistogramBase::Sample until_value,