Home
last modified time | relevance | path

Searched refs:GetPermanentName (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_base.h284 static const char* GetPermanentName(const std::string& name);
Dhistogram.cc137 new Histogram(GetPermanentName(name_), minimum_, maximum_, ranges)); in HeapAlloc()
839 return WrapUnique(new LinearHistogram(GetPermanentName(name_), minimum_, in HeapAlloc()
1107 return WrapUnique(new BooleanHistogram(GetPermanentName(name_), ranges)); in HeapAlloc()
1215 return WrapUnique(new CustomHistogram(GetPermanentName(name_), ranges)); in HeapAlloc()
Dhistogram_base.cc203 char const* HistogramBase::GetPermanentName(const std::string& name) { in GetPermanentName() function in base::HistogramBase
Dsparse_histogram.cc55 tentative_histogram.reset(new SparseHistogram(GetPermanentName(name))); in FactoryGet()