HomeSort by relevance Sort by last modified time
    Searched refs:histogram_names (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 290 std::vector<std::string> histogram_names; local
292 histogram_names.push_back(
299 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags);
317 SparseHistogram::FactoryGet(histogram_names[index],
330 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags);
histogram_unittest.cc 688 std::vector<std::string> histogram_names; local
690 histogram_names.push_back(
697 Histogram::FactoryGet(histogram_names[i], 1, 100, 10,
717 Histogram::FactoryGet(histogram_names[index], 1, 100, 10,
730 histogram_names[0], 1, 100, 10, HistogramBase::kNoFlags);

Completed in 158 milliseconds