Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.cc255 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count); in FactoryGet()
419 bool Histogram::InspectConstructionArguments(StringPiece name, in InspectConstructionArguments() function in base::Histogram
924 bool valid_arguments = Histogram::InspectConstructionArguments( in FactoryGetWithRangeDescription()
Dhistogram.h202 static bool InspectConstructionArguments(StringPiece name,
/external/libchrome/base/android/
Drecord_histogram.cc58 bool valid_arguments = Histogram::InspectConstructionArguments( in JNI_RecordHistogram_CheckHistogramArgs()