Home
last modified time | relevance | path

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

/external/chromium_org/base/metrics/
Dhistogram.cc93 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count); in FactoryGet()
226 bool Histogram::InspectConstructionArguments(const string& name, in InspectConstructionArguments() function in base::Histogram
550 bool valid_arguments = Histogram::InspectConstructionArguments( in FactoryGetWithRangeDescription()
Dhistogram.h450 static bool InspectConstructionArguments(const std::string& name,
/external/chromium_org/chrome/browser/chromeos/
Dexternal_metrics.cc37 if (!base::Histogram::InspectConstructionArguments( in CheckValues()