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

/external/chromium_org/cc/layers/
H A Dlayer.cc950 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id()); local
951 DCHECK(clip_child);
952 clip_children->insert(clip_child);
H A Dlayer_impl_unittest.cc107 LayerImpl* clip_child = LayerImpl::Create(host_impl.active_tree(), 6).get(); local
109 clip_children->insert(clip_child);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc6338 // + clip_child
6346 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6352 intervening->AddChild(clip_child);
6354 clip_child->SetClipParent(clip_parent.get());
6394 SetLayerPropertiesForTesting(clip_child.get(),
6415 clip_child->clip_rect().ToString());
6442 // + clip_child
6449 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6456 render_surface2->AddChild(clip_child);
6458 clip_child
6576 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6700 scoped_refptr<Layer> clip_child = Layer::Create(); local
6784 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
[all...]

Completed in 100 milliseconds