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

  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 65 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) {
71 if (use_persistent_histogram_allocator_) {
117 const bool use_persistent_histogram_allocator_; member in class:base::StatisticsRecorderTest
240 if (use_persistent_histogram_allocator_) {
251 if (use_persistent_histogram_allocator_) {
413 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 0 : 2));
418 if (use_persistent_histogram_allocator_) {
430 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 2 : 0));
sparse_histogram_unittest.cc 32 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {}
35 if (use_persistent_histogram_allocator_)
78 const bool use_persistent_histogram_allocator_; member in class:base::SparseHistogramTest
185 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent
250 if (use_persistent_histogram_allocator_) {
histogram_unittest.cc 58 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {}
61 if (use_persistent_histogram_allocator_)
102 const bool use_persistent_histogram_allocator_; member in class:base::HistogramTest
516 if (use_persistent_histogram_allocator_)
767 if (!use_persistent_histogram_allocator_) {

Completed in 93 milliseconds