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

  /external/libchrome/base/trace_event/
process_memory_totals.cc 22 void ProcessMemoryTotals::AsValueInto(TracedValue* value) const {
process_memory_totals.h 27 void AsValueInto(TracedValue* value) const;
memory_allocator_dump.h 64 void AsValueInto(TracedValue* value) const;
process_memory_maps.h 56 void AsValueInto(TracedValue* value) const;
process_memory_dump_unittest.cc 46 // Check that calling AsValueInto() doesn't cause a crash.
48 pmd1->AsValueInto(traced_value.get());
61 pmd1->AsValueInto(traced_value.get());
93 // Check that calling AsValueInto() doesn't cause a crash.
94 pmd2->AsValueInto(traced_value.get());
109 // Check that calling AsValueInto() doesn't cause a crash.
111 pmd1->AsValueInto(traced_value.get());
153 // Check that calling AsValueInto() doesn't cause a crash.
155 pmd->AsValueInto(traced_value.get());
process_memory_dump.cc 196 void ProcessMemoryDump::AsValueInto(TracedValue* value) const {
199 process_totals_.AsValueInto(value);
205 process_mmaps_.AsValueInto(value);
212 allocator_dump->AsValueInto(value);
process_memory_maps.cc 37 void ProcessMemoryMaps::AsValueInto(TracedValue* value) const {
memory_allocator_dump.cc 89 void MemoryAllocatorDump::AsValueInto(TracedValue* value) const {
process_memory_dump.h 154 void AsValueInto(TracedValue* value) const;
memory_allocator_dump_unittest.cc 171 pmd.AsValueInto(traced_value.get());
memory_dump_manager.cc 482 process_memory_dump->AsValueInto(traced_value);
  /external/libchrome/base/test/
test_pending_task.h 60 void AsValueInto(base::trace_event::TracedValue* state) const;
test_pending_task.cc 37 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {
57 AsValueInto(state.get());

Completed in 4826 milliseconds