Home | History | Annotate | Download | only in glue

Lines Matching refs:Histogram

18 #include "base/metrics/histogram.h"
265 // Copied from histogram macro, but without the static variable caching
266 // the histogram because name is dynamic.
267 base::Histogram* counter =
268 base::Histogram::FactoryGet(name, min, max, bucket_count,
269 base::Histogram::kUmaTargetedHistogramFlag);
276 // Copied from histogram macro, but without the static variable caching
277 // the histogram because name is dynamic.
278 base::Histogram* counter =
280 boundary_value + 1, base::Histogram::kUmaTargetedHistogramFlag);