Home
last modified time | relevance | path

Searched refs:kIsPersistent (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc62 "TestHistogram", 1, 1000, 10, HistogramBase::kIsPersistent); in TEST_F()
70 "TestLinearHistogram", 1, 1000, 10, HistogramBase::kIsPersistent); in TEST_F()
78 "TestBooleanHistogram", HistogramBase::kIsPersistent); in TEST_F()
89 "TestCustomHistogram", custom_ranges, HistogramBase::kIsPersistent); in TEST_F()
Dhistogram_base.h133 kIsPersistent = 0x40, enumerator
Dsparse_histogram.cc54 flags &= ~HistogramBase::kIsPersistent; in FactoryGet()
Dstatistics_recorder.cc376 return (h->flags() & HistogramBase::kIsPersistent) != 0; in NonPersistent()
Dsparse_histogram_unittest.cc185 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()
Dpersistent_histogram_allocator.cc336 histogram_data->flags = flags | HistogramBase::kIsPersistent; in AllocateHistogram()
Dhistogram_unittest.cc600 flag & ~HistogramBase::kIsPersistent); in TEST_P()
Dhistogram.cc210 flags_ &= ~HistogramBase::kIsPersistent; in Build()