Searched refs:AsValueInto (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/cc/test/
H A Dfake_proxy.cc41 void FakeProxy::AsValueInto(base::debug::TracedValue*) const { function in class:cc::FakeProxy
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);
H A Dordered_simple_task_runner.h39 void AsValueInto(base::debug::TracedValue* state) const;
108 virtual void AsValueInto(base::debug::TracedValue* state) const;
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 Dtest_now_source.h37 void AsValueInto(base::debug::TracedValue* state) const;
H A Dfake_proxy.h47 virtual void AsValueInto(base::debug::TracedValue* state) const OVERRIDE;
/external/chromium_org/cc/resources/
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 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_priority.h85 void AsValueInto(base::debug::TracedValue* dict) const;
168 void AsValueInto(base::debug::TracedValue* dict) const;
H A Dmanaged_tile_state.cc76 void ManagedTileState::AsValueInto(base::debug::TracedValue* state) const { function in class:cc::ManagedTileState
H A Dmanaged_tile_state.h107 void AsValueInto(base::debug::TracedValue* dict) const;
H A Dpicture_layer_tiling_set.h124 void AsValueInto(base::debug::TracedValue* array) const;
/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 Dsurface_layer_impl.h38 virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
H A Dtiled_layer_impl.h60 virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
/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 Dbegin_frame_args.h51 void AsValueInto(base::debug::TracedValue* dict) const;
H A Dfilter_operations.h73 void AsValueInto(base::debug::TracedValue* value) const;
/external/chromium_org/base/test/
H A Dtest_pending_task.h60 void AsValueInto(base::debug::TracedValue* state) const;
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 Dshared_quad_state.h43 void AsValueInto(base::debug::TracedValue* dict) const;
H A Drender_pass_draw_quad.cc95 filters.AsValueInto(value);
103 background_filters.AsValueInto(value);
H A Dshared_quad_state.cc49 void SharedQuadState::AsValueInto(base::debug::TracedValue* value) const { function in class:cc::SharedQuadState
H A Ddraw_quad.h129 void AsValueInto(base::debug::TracedValue* value) const;
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);

Completed in 540 milliseconds

123