Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc240 int32_t histogram_type; member
310 HistogramType histogram_type, in AllocateHistogram() argument
335 histogram_data->histogram_type = histogram_type; in AllocateHistogram()
340 if (histogram_type != SPARSE_HISTOGRAM) { in AllocateHistogram()
503 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) { in CreateHistogram()
518 int32_t histogram_type = histogram_data_ptr->histogram_type; in CreateHistogram() local
582 switch (histogram_type) { in CreateHistogram()
616 DCHECK_EQ(histogram_type, histogram->GetHistogramType()); in CreateHistogram()
Dpersistent_histogram_allocator.h240 HistogramType histogram_type,
Dhistogram.cc114 HistogramType histogram_type, in Factory() argument
120 histogram_type_(histogram_type), in Factory()