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 276 std::vector<std::string> histogram_names; local
278 histogram_names.push_back(
285 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags);
303 SparseHistogram::FactoryGet(histogram_names[index],
316 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags);
histogram_unittest.cc 649 std::vector<std::string> histogram_names; local
651 histogram_names.push_back(
658 Histogram::FactoryGet(histogram_names[i], 1, 100, 10,
678 Histogram::FactoryGet(histogram_names[index], 1, 100, 10,
691 histogram_names[0], 1, 100, 10, HistogramBase::kNoFlags);

Completed in 201 milliseconds