Searched refs:clip_child (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer.cc943 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id()); local
944 DCHECK(clip_child);
945 clip_children->insert(clip_child);
H A Dlayer_impl_unittest.cc105 LayerImpl* clip_child = LayerImpl::Create(host_impl.active_tree(), 6).get(); local
107 clip_children->insert(clip_child);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc6379 // + clip_child
6387 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6393 intervening->AddChild(clip_child);
6395 clip_child->SetClipParent(clip_parent.get());
6435 SetLayerPropertiesForTesting(clip_child.get(),
6456 clip_child->clip_rect().ToString());
6483 // + clip_child
6490 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6497 render_surface2->AddChild(clip_child);
6499 clip_child
6617 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6741 scoped_refptr<Layer> clip_child = Layer::Create(); local
6825 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
[all...]

Completed in 201 milliseconds