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

  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 62 "TestHistogram", 1, 1000, 10, HistogramBase::kIsPersistent);
70 "TestLinearHistogram", 1, 1000, 10, HistogramBase::kIsPersistent);
78 "TestBooleanHistogram", HistogramBase::kIsPersistent);
89 "TestCustomHistogram", custom_ranges, HistogramBase::kIsPersistent);
histogram_base.h 133 kIsPersistent = 0x40,
sparse_histogram.cc 54 flags &= ~HistogramBase::kIsPersistent;
statistics_recorder.cc 376 return (h->flags() & HistogramBase::kIsPersistent) != 0;
sparse_histogram_unittest.cc 185 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent
histogram_unittest.cc 600 flag & ~HistogramBase::kIsPersistent);
persistent_histogram_allocator.cc 336 histogram_data->flags = flags | HistogramBase::kIsPersistent;
    [all...]
histogram.cc 210 flags_ &= ~HistogramBase::kIsPersistent;
    [all...]

Completed in 761 milliseconds