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

  /external/libchrome/base/metrics/
persistent_histogram_allocator.h 282 void CreateTrackingHistograms(StringPiece name);
persistent_memory_allocator.h 192 void CreateTrackingHistograms(base::StringPiece name);
persistent_histogram_allocator.cc 448 void PersistentHistogramAllocator::CreateTrackingHistograms(StringPiece name) {
449 memory_allocator_->CreateTrackingHistograms(name);
    [all...]
persistent_memory_allocator.cc 391 void PersistentMemoryAllocator::CreateTrackingHistograms(
    [all...]
persistent_memory_allocator_unittest.cc 66 allocator_->CreateTrackingHistograms(allocator_->Name());

Completed in 81 milliseconds