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

12

/external/chromium_org/cc/output/
H A Dbegin_frame_args.cc36 AsValueInto(state.get());
40 void BeginFrameArgs::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::BeginFrameArgs
H A Dfilter_operation.cc258 void FilterOperation::AsValueInto(base::debug::TracedValue* value) const { function in class:cc::FilterOperation
H A Dfilter_operations.cc200 void FilterOperations::AsValueInto(base::debug::TracedValue* value) const { function in class:cc::FilterOperations
203 operations_[i].AsValueInto(value);
/external/chromium_org/cc/resources/
H A Dmanaged_tile_state.cc76 void ManagedTileState::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::ManagedTileState
H A Dtile_priority.cc51 void TilePriority::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::TilePriority
88 void GlobalStateThatImpactsTilePriority::AsValueInto( function in class:cc::GlobalStateThatImpactsTilePriority
H A Dtile.cc64 void Tile::AsValueInto(base::debug::TracedValue* res) const { function in class:cc::Tile
77 priority_[ACTIVE_TREE].AsValueInto(res);
81 priority_[PENDING_TREE].AsValueInto(res);
85 managed_state_.AsValueInto(res);
H A Dpicture_layer_tiling_set.cc320 void PictureLayerTilingSet::AsValueInto(base::debug::TracedValue* state) const { function in class:PictureLayerTilingSet
323 tilings_[i]->AsValueInto(state);
H A Dpicture_pile_base.cc190 void PicturePileBase::AsValueInto(base::debug::TracedValue* pictures) const { function in class:cc::PicturePileBase
H A Dpicture_layer_tiling.cc778 void PictureLayerTiling::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::PictureLayerTiling
/external/chromium_org/cc/test/
H A Dfake_proxy.cc41 void FakeProxy::AsValueInto(base::debug::TracedValue*) const { function in class:cc::FakeProxy
H A Dtest_now_source.cc96 void TestNowSource::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::TestNowSource
104 AsValueInto(state.get());
H A Dordered_simple_task_runner.cc67 AsValueInto(state.get());
71 void TestOrderablePendingTask::AsValueInto( function in class:cc::TestOrderablePendingTask
259 AsValueInto(state.get());
263 void OrderedSimpleTaskRunner::AsValueInto( function in class:cc::OrderedSimpleTaskRunner
272 it->AsValueInto(state);
275 now_src_->AsValueInto(state);
/external/chromium_org/base/test/
H A Dtest_pending_task.cc37 void TestPendingTask::AsValueInto(base::debug::TracedValue* state) const { function in class:base::TestPendingTask
57 AsValueInto(state.get());
/external/chromium_org/cc/quads/
H A Ddraw_quad.cc60 void DrawQuad::AsValueInto(base::debug::TracedValue* value) const { function in class:cc::DrawQuad
H A Dshared_quad_state.cc49 void SharedQuadState::AsValueInto(base::debug::TracedValue* value) const { function in class:cc::SharedQuadState
H A Drender_pass.cc165 void RenderPass::AsValueInto(base::debug::TracedValue* value) const { function in class:cc::RenderPass
180 shared_quad_state_list[i]->AsValueInto(value);
190 iter->AsValueInto(value);
/external/chromium_org/cc/base/
H A Dregion.cc133 void Region::AsValueInto(base::debug::TracedValue* result) const { function in class:cc::Region
/external/chromium_org/cc/layers/
H A Dsurface_layer_impl.cc72 void SurfaceLayerImpl::AsValueInto(base::debug::TracedValue* dict) const { function in class:cc::SurfaceLayerImpl
73 LayerImpl::AsValueInto(dict);
H A Dtiled_layer_impl.cc104 void TiledLayerImpl::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::TiledLayerImpl
105 LayerImpl::AsValueInto(state);
H A Dheads_up_display_layer_impl.cc791 void HeadsUpDisplayLayerImpl::AsValueInto( function in class:cc::HeadsUpDisplayLayerImpl
793 LayerImpl::AsValueInto(dict);
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc293 void DelayBasedTimeSource::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::DelayBasedTimeSource
H A Dscheduler_state_machine.cc155 AsValueInto(state.get(), gfx::FrameTime::Now());
159 void SchedulerStateMachine::AsValueInto(base::debug::TracedValue* state, function in class:cc::SchedulerStateMachine
H A Dscheduler.cc58 void Scheduler::SyntheticBeginFrameSource::AsValueInto( function in class:cc::Scheduler::SyntheticBeginFrameSource
60 time_source_->AsValueInto(state);
707 AsValueInto(state.get());
711 void Scheduler::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::Scheduler
713 state_machine_.AsValueInto(state, Now());
717 synthetic_begin_frame_source_->AsValueInto(state);
739 begin_impl_frame_args_.AsValueInto(state);
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.cc454 void SingleThreadProxy::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::SingleThreadProxy
461 layer_tree_host_impl_->AsValueInto(state);
H A Dlayer_tree_host_impl.h166 void AsValueInto(base::debug::TracedValue* value) const;
427 void AsValueInto(base::debug::TracedValue* value) const { function in class:cc::LayerTreeHostImpl

Completed in 3456 milliseconds

12