HomeSort by relevance Sort by last modified time
    Searched refs:clip_child (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/layers/
layer.cc 950 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id()); local
951 DCHECK(clip_child);
952 clip_children->insert(clip_child);
    [all...]
layer_impl_unittest.cc 107 LayerImpl* clip_child = LayerImpl::Create(host_impl.active_tree(), 6).get(); local
109 clip_children->insert(clip_child);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 6346 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
6449 scoped_refptr<LayerWithForcedDrawsContent> clip_child = local
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 435 milliseconds