Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.h155 static std::unique_ptr<HistogramBase> PersistentCreate(
374 static std::unique_ptr<HistogramBase> PersistentCreate(
512 static std::unique_ptr<HistogramBase> PersistentCreate(
562 static std::unique_ptr<HistogramBase> PersistentCreate(
Dpersistent_histogram_allocator.cc505 SparseHistogram::PersistentCreate(this, histogram_data_ptr->name, in CreateHistogram()
584 histogram = Histogram::PersistentCreate( in CreateHistogram()
591 histogram = LinearHistogram::PersistentCreate( in CreateHistogram()
598 histogram = BooleanHistogram::PersistentCreate( in CreateHistogram()
605 histogram = CustomHistogram::PersistentCreate( in CreateHistogram()
Dsparse_histogram.h36 static std::unique_ptr<HistogramBase> PersistentCreate(
Dhistogram.cc307 std::unique_ptr<HistogramBase> Histogram::PersistentCreate( in PersistentCreate() function in base::Histogram
904 std::unique_ptr<HistogramBase> LinearHistogram::PersistentCreate( in PersistentCreate() function in base::LinearHistogram
1123 std::unique_ptr<HistogramBase> BooleanHistogram::PersistentCreate( in PersistentCreate() function in base::BooleanHistogram
1240 std::unique_ptr<HistogramBase> CustomHistogram::PersistentCreate( in PersistentCreate() function in base::CustomHistogram
Dsparse_histogram.cc79 std::unique_ptr<HistogramBase> SparseHistogram::PersistentCreate( in PersistentCreate() function in base::SparseHistogram