Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.h145 static std::unique_ptr<HistogramBase> PersistentCreate(
360 static std::unique_ptr<HistogramBase> PersistentCreate(
451 static std::unique_ptr<HistogramBase> PersistentCreate(
501 static std::unique_ptr<HistogramBase> PersistentCreate(
Dpersistent_histogram_allocator.cc513 SparseHistogram::PersistentCreate(this, histogram_data_ptr->name, in CreateHistogram()
582 histogram = Histogram::PersistentCreate( in CreateHistogram()
590 histogram = LinearHistogram::PersistentCreate( in CreateHistogram()
598 histogram = BooleanHistogram::PersistentCreate( in CreateHistogram()
605 histogram = CustomHistogram::PersistentCreate( in CreateHistogram()
Dsparse_histogram.h64 static std::unique_ptr<HistogramBase> PersistentCreate(
Dhistogram.cc274 std::unique_ptr<HistogramBase> Histogram::PersistentCreate( in PersistentCreate() function in base::Histogram
817 std::unique_ptr<HistogramBase> LinearHistogram::PersistentCreate( in PersistentCreate() function in base::LinearHistogram
966 std::unique_ptr<HistogramBase> BooleanHistogram::PersistentCreate( in PersistentCreate() function in base::BooleanHistogram
1074 std::unique_ptr<HistogramBase> CustomHistogram::PersistentCreate( in PersistentCreate() function in base::CustomHistogram
Dsparse_histogram.cc76 std::unique_ptr<HistogramBase> SparseHistogram::PersistentCreate( in PersistentCreate() function in base::SparseHistogram