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

  /external/libchrome/base/metrics/
histogram_base.h 284 static const char* GetPermanentName(const std::string& name);
290 // be code space or the output of GetPermanentName() or any other storage
296 // GetPermanentName method will create the necessary copy.
histogram_base.cc 203 char const* HistogramBase::GetPermanentName(const std::string& name) {
sparse_histogram.cc 55 tentative_histogram.reset(new SparseHistogram(GetPermanentName(name)));
histogram.cc 137 new Histogram(GetPermanentName(name_), minimum_, maximum_, ranges));
839 return WrapUnique(new LinearHistogram(GetPermanentName(name_), minimum_,
    [all...]

Completed in 2073 milliseconds