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

  /external/libchrome/base/trace_event/
process_memory_dump.h 171 bool has_process_totals() const { return has_process_totals_; } function in class:base::trace_event::ProcessMemoryDump
process_memory_dump.cc 281 DCHECK(!other->has_process_totals() && !other->has_process_mmaps());
process_memory_dump_unittest.cc 60 ASSERT_FALSE(pmd1->has_process_totals());

Completed in 47 milliseconds