Home
last modified time | relevance | path

Searched defs:clip_parent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_compositor_host.cc221 scoped_refptr<cc::Layer> clip_parent = layer->parent(); in UpdateLayer() local
/external/chromium_org/cc/layers/
Dlayer.h198 Layer* clip_parent() { return clip_parent_; } in clip_parent() function
199 const Layer* clip_parent() const { in clip_parent() function
Dlayer_impl.h133 LayerImpl* clip_parent() { in clip_parent() function
136 const LayerImpl* clip_parent() const { in clip_parent() function
Dlayer_impl_unittest.cc103 scoped_ptr<LayerImpl> clip_parent = in TEST() local
Dlayer.cc930 LayerImpl* clip_parent = NULL; in PushPropertiesTo() local
Dlayer_impl.cc557 LayerImpl* clip_parent = NULL; in PushPropertiesTo() local
/external/chromium_org/cc/trees/
Dtree_synchronizer_unittest.cc684 scoped_refptr<Layer> clip_parent = Layer::Create(); in TEST_F() local
Dlayer_tree_host_common_unittest.cc6385 scoped_refptr<Layer> clip_parent = Layer::Create(); in TEST_F() local
6486 scoped_refptr<Layer> clip_parent = Layer::Create(); in TEST_F() local
6613 scoped_refptr<Layer> clip_parent = Layer::Create(); in TEST_F() local
6739 scoped_refptr<Layer> clip_parent = Layer::Create(); in TEST_F() local
6823 scoped_refptr<Layer> clip_parent = Layer::Create(); in TEST_F() local
Dlayer_tree_host_common.cc176 const LayerType* clip_parent = layer->scroll_parent(); in UpdateClipRectsForClipChild() local
/external/chromium_org/content/renderer/compositor_bindings/
Dweb_layer_impl.cc478 cc::Layer* clip_parent = NULL; in setClipParent() local