HomeSort by relevance Sort by last modified time
    Searched defs:PersistentHistogramAllocator (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 228 struct PersistentHistogramAllocator::PersistentHistogramData {
253 PersistentHistogramAllocator::Iterator::Iterator(
254 PersistentHistogramAllocator* allocator)
258 PersistentHistogramAllocator::Iterator::GetNextWithIgnore(Reference ignore) {
268 PersistentHistogramAllocator::PersistentHistogramAllocator(
273 PersistentHistogramAllocator::~PersistentHistogramAllocator() {}
275 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::GetHistogram(
301 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::AllocateHistogram
    [all...]
persistent_histogram_allocator.h 33 // will generally be accessed through the PersistentHistogramAllocator above,
172 class BASE_EXPORT PersistentHistogramAllocator {
186 explicit Iterator(PersistentHistogramAllocator* allocator);
199 PersistentHistogramAllocator* allocator_;
208 // A PersistentHistogramAllocator is constructed from a PersistentMemory-
210 explicit PersistentHistogramAllocator(
212 virtual ~PersistentHistogramAllocator();
300 PersistentHistogramAllocator::Reference last_created() {
370 DISALLOW_COPY_AND_ASSIGN(PersistentHistogramAllocator);
374 // A special case of the PersistentHistogramAllocator that operates on
    [all...]

Completed in 55 milliseconds