Home
last modified time | relevance | path

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

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