Searched defs:AsValueInto (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/trace_event/
H A Dprocess_memory_maps.cc37 void ProcessMemoryMaps::AsValueInto(TracedValue* value) const { function in class:base::trace_event::ProcessMemoryMaps
H A Dprocess_memory_totals.cc22 void ProcessMemoryTotals::AsValueInto(TracedValue* value) const { function in class:base::trace_event::ProcessMemoryTotals
H A Dmemory_allocator_dump.cc89 void MemoryAllocatorDump::AsValueInto(TracedValue* value) const { function in class:base::trace_event::MemoryAllocatorDump
H A Dprocess_memory_dump.cc196 void ProcessMemoryDump::AsValueInto(TracedValue* value) const { function in class:base::trace_event::ProcessMemoryDump
199 process_totals_.AsValueInto(value);
205 process_mmaps_.AsValueInto(value);
212 allocator_dump->AsValueInto(value);
/external/libchrome/base/test/
H A Dtest_pending_task.cc37 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const { function in class:base::TestPendingTask
57 AsValueInto(state.get());

Completed in 74 milliseconds