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/
sparse_histogram_unittest.cc 30 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {}
33 if (use_persistent_histogram_allocator_)
79 const bool use_persistent_histogram_allocator_; member in class:base::SparseHistogramTest
167 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent
236 if (use_persistent_histogram_allocator_) {
statistics_recorder_unittest.cc 49 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) {
59 if (use_persistent_histogram_allocator_) {
114 const bool use_persistent_histogram_allocator_; member in class:base::StatisticsRecorderTest
229 if (use_persistent_histogram_allocator_) {
240 if (use_persistent_histogram_allocator_) {
431 EXPECT_EQ(use_persistent_histogram_allocator_ ? 0 : 2,
437 if (use_persistent_histogram_allocator_) {
449 EXPECT_EQ(use_persistent_histogram_allocator_ ? 2 : 0,
histogram_unittest.cc 38 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {}
41 if (use_persistent_histogram_allocator_)
83 const bool use_persistent_histogram_allocator_; member in class:base::HistogramTest
477 if (use_persistent_histogram_allocator_)

Completed in 210 milliseconds