Home
last modified time | relevance | path

Searched refs:HistogramTypeToString (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_base.h55 std::string HistogramTypeToString(HistogramType type);
Dhistogram_base.cc31 std::string HistogramTypeToString(HistogramType type) { in HistogramTypeToString() function
Dhistogram.cc784 params->SetString("type", HistogramTypeToString(GetHistogramType())); in GetParameters()