Searched refs:root_clip (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc467 scoped_ptr<LayerImpl> root_clip = local
471 root_clip->SetBounds(gfx::Size(10, 10));
473 root_clip->AddChild(root.Pass());
475 root_layer->SetScrollClipLayer(root_clip->id());
478 host_impl_->active_tree()->SetRootLayer(root_clip.Pass());
2267 scoped_ptr<LayerImpl> root_clip = local
2269 root_clip->SetBounds(clip_size_);
2270 root->SetScrollClipLayer(root_clip->id());
2277 int page_scale_layer_id = root_clip->id();
2278 root_clip
2665 scoped_ptr<LayerImpl> root_clip = local
2715 scoped_ptr<LayerImpl> root_clip = local
3033 scoped_ptr<LayerImpl> root_clip = local
3072 scoped_ptr<LayerImpl> root_clip = local
3532 scoped_ptr<LayerImpl> root_clip = local
3596 scoped_ptr<LayerImpl> root_clip = local
3651 scoped_ptr<LayerImpl> root_clip = local
3689 scoped_ptr<LayerImpl> root_clip = local
6242 scoped_ptr<LayerImpl> root_clip = local
6355 scoped_ptr<LayerImpl> root_clip = local
[all...]
/external/chromium_org/cc/layers/
H A Dlayer_impl_unittest.cc92 scoped_ptr<LayerImpl> root_clip = local
97 root_clip->AddChild(root_ptr.Pass());
117 root->SetScrollClipLayer(root_clip->id());

Completed in 330 milliseconds