Home
last modified time | relevance | path

Searched refs:AsValueInto (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/base/test/
Dtest_pending_task.cc43 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {
63 AsValueInto(state.get());
Dtest_pending_task.h66 void AsValueInto(base::trace_event::TracedValue* state) const;
/external/libchrome/base/trace_event/
Dblame_context.cc65 AsValueInto(snapshot.get()); in TakeSnapshot()
84 void BlameContext::AsValueInto(trace_event::TracedValue* state) { in AsValueInto() function in base::trace_event::BlameContext
Dblame_context_unittest.cc42 void AsValueInto(trace_event::TracedValue* state) override { in AsValueInto() function in base::trace_event::__anon6150965d0111::TestBlameContext
43 BlameContext::AsValueInto(state); in AsValueInto()
Dblame_context.h112 virtual void AsValueInto(trace_event::TracedValue* state);
Dmemory_allocator_dump.h103 void AsValueInto(TracedValue* value) const;
Dmemory_allocator_dump.cc63 void MemoryAllocatorDump::AsValueInto(TracedValue* value) const { in AsValueInto() function in base::trace_event::MemoryAllocatorDump
Dprocess_memory_dump.cc371 allocator_dump_it.second->AsValueInto(value); in SerializeAllocatorDumpsInto()
/external/libchrome/libchrome_tools/patch/
Dtrace_event.patch104 void AsValueInto(base::trace_event::TracedValue* state) const;
118 void TestPendingTask::AsValueInto(base::trace_event::TracedValue* state) const {
122 AsValueInto(state.get());
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl.cc584 queue->AsValueInto(now, state.get()); in AsValueWithSelectorResult()
588 pair.first->AsValueInto(now, state.get()); in AsValueWithSelectorResult()
592 pair.first->AsValueInto(now, state.get()); in AsValueWithSelectorResult()
595 main_thread_only().selector.AsValueInto(state.get()); in AsValueWithSelectorResult()
605 time_domain->AsValueInto(state.get()); in AsValueWithSelectorResult()
Dwork_queue.h46 void AsValueInto(TimeTicks now, trace_event::TracedValue* state) const;
Dtime_domain.h58 void AsValueInto(trace_event::TracedValue* state) const;
Dtime_domain.cc119 void TimeDomain::AsValueInto(trace_event::TracedValue* state) const { in AsValueInto() function in base::sequence_manager::TimeDomain
Dtask_queue_selector.h55 void AsValueInto(trace_event::TracedValue* state) const;
Dwork_queue.cc18 void WorkQueue::AsValueInto(TimeTicks now, in AsValueInto() function in base::sequence_manager::internal::WorkQueue
Dtask_queue_impl.cc488 void TaskQueueImpl::AsValueInto(TimeTicks now, in AsValueInto() function in base::sequence_manager::internal::TaskQueueImpl
544 main_thread_only().delayed_work_queue->AsValueInto(now, state); in AsValueInto()
547 main_thread_only().immediate_work_queue->AsValueInto(now, state); in AsValueInto()
Dtask_queue_impl.h220 void AsValueInto(TimeTicks now, trace_event::TracedValue* state) const;
Dtask_queue_selector.cc362 void TaskQueueSelector::AsValueInto(trace_event::TracedValue* state) const { in AsValueInto() function in base::sequence_manager::internal::TaskQueueSelector