Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.h545 static bool ValidateCustomRanges(const std::vector<Sample>& custom_ranges);
Dhistogram.cc1062 CHECK(ValidateCustomRanges(custom_ranges)); in FactoryGet()
1178 bool CustomHistogram::ValidateCustomRanges( in ValidateCustomRanges() function in base::CustomHistogram