Home
last modified time | relevance | path

Searched refs:UmaHistogramPercentage (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_functions.h85 BASE_EXPORT void UmaHistogramPercentage(const std::string& name, int percent);
Dhistogram_functions.cc29 void UmaHistogramPercentage(const std::string& name, int percent) { in UmaHistogramPercentage() function