Searched refs:kIsPersistent (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 61 "TestHistogram", 1, 1000, 10, HistogramBase::kIsPersistent); in TEST_F() 69 "TestLinearHistogram", 1, 1000, 10, HistogramBase::kIsPersistent); in TEST_F() 77 "TestBooleanHistogram", HistogramBase::kIsPersistent); in TEST_F() 88 "TestCustomHistogram", custom_ranges, HistogramBase::kIsPersistent); in TEST_F()
|
D | statistics_recorder.cc | 43 (iter_->second->flags() & HistogramBase::kIsPersistent)) { in HistogramIterator() 71 HistogramBase::kIsPersistent)) { in operator ++()
|
D | histogram_base.h | 122 kIsPersistent = 0x40, enumerator
|
D | histogram_base.cc | 216 if (flags & kIsPersistent) in ReportHistogramActivity()
|
D | sparse_histogram.cc | 47 flags &= ~HistogramBase::kIsPersistent; in FactoryGet()
|
D | sparse_histogram_unittest.cc | 167 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()
|
D | persistent_histogram_allocator.cc | 330 histogram_data->flags = flags | HistogramBase::kIsPersistent; in AllocateHistogram()
|
D | histogram_unittest.cc | 561 flag & ~HistogramBase::kIsPersistent); in TEST_P()
|
D | histogram.cc | 192 flags_ &= ~HistogramBase::kIsPersistent; in Build()
|