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

1 2 3

  /external/chromium_org/cc/test/
fake_proxy.cc 41 void FakeProxy::AsValueInto(base::debug::TracedValue*) const {
ordered_simple_task_runner.cc 67 AsValueInto(state.get());
71 void TestOrderablePendingTask::AsValueInto(
259 AsValueInto(state.get());
263 void OrderedSimpleTaskRunner::AsValueInto(
272 it->AsValueInto(state);
275 now_src_->AsValueInto(state);
ordered_simple_task_runner.h 39 void AsValueInto(base::debug::TracedValue* state) const;
108 virtual void AsValueInto(base::debug::TracedValue* state) const;
test_now_source.cc 96 void TestNowSource::AsValueInto(base::debug::TracedValue* state) const {
104 AsValueInto(state.get());
fake_proxy.h 47 virtual void AsValueInto(base::debug::TracedValue* state) const OVERRIDE;
test_now_source.h 37 void AsValueInto(base::debug::TracedValue* state) const;
  /external/chromium_org/cc/quads/
shared_quad_state.h 43 void AsValueInto(base::debug::TracedValue* dict) const;
render_pass_draw_quad.cc 95 filters.AsValueInto(value);
103 background_filters.AsValueInto(value);
shared_quad_state.cc 49 void SharedQuadState::AsValueInto(base::debug::TracedValue* value) const {
draw_quad.h 129 void AsValueInto(base::debug::TracedValue* value) const;
  /external/chromium_org/cc/resources/
tile.cc 64 void Tile::AsValueInto(base::debug::TracedValue* res) const {
77 priority_[ACTIVE_TREE].AsValueInto(res);
81 priority_[PENDING_TREE].AsValueInto(res);
85 managed_state_.AsValueInto(res);
tile_priority.cc 51 void TilePriority::AsValueInto(base::debug::TracedValue* state) const {
88 void GlobalStateThatImpactsTilePriority::AsValueInto(
tile_priority.h 85 void AsValueInto(base::debug::TracedValue* dict) const;
168 void AsValueInto(base::debug::TracedValue* dict) const;
managed_tile_state.h 107 void AsValueInto(base::debug::TracedValue* dict) const;
managed_tile_state.cc 76 void ManagedTileState::AsValueInto(base::debug::TracedValue* state) const {
picture_layer_tiling_set.h 124 void AsValueInto(base::debug::TracedValue* array) const;
  /external/chromium_org/cc/layers/
surface_layer_impl.cc 72 void SurfaceLayerImpl::AsValueInto(base::debug::TracedValue* dict) const {
73 LayerImpl::AsValueInto(dict);
surface_layer_impl.h 38 virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
tiled_layer_impl.h 60 virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
  /external/chromium_org/cc/output/
begin_frame_args.cc 36 AsValueInto(state.get());
40 void BeginFrameArgs::AsValueInto(base::debug::TracedValue* state) const {
begin_frame_args.h 51 void AsValueInto(base::debug::TracedValue* dict) const;
filter_operations.h 73 void AsValueInto(base::debug::TracedValue* value) const;
  /external/chromium_org/base/test/
test_pending_task.h 60 void AsValueInto(base::debug::TracedValue* state) const;
test_pending_task.cc 37 void TestPendingTask::AsValueInto(base::debug::TracedValue* state) const {
57 AsValueInto(state.get());
  /external/chromium_org/cc/scheduler/
scheduler.h 131 void AsValueInto(base::debug::TracedValue* state) const;
158 void AsValueInto(base::debug::TracedValue* dict) const;

Completed in 1367 milliseconds

1 2 3