Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dlayer.h186 Layer* scroll_parent() { return scroll_parent_; } in scroll_parent() function
187 const Layer* scroll_parent() const { return scroll_parent_; } in scroll_parent() function
Dlayer_impl.h136 LayerImpl* scroll_parent() { return scroll_parent_; } in scroll_parent() function
137 const LayerImpl* scroll_parent() const { return scroll_parent_; } in scroll_parent() function
Dlayer_impl_unittest.cc98 scoped_ptr<LayerImpl> scroll_parent = in TEST() local
Dlayer.cc914 LayerImpl* scroll_parent = NULL; in PushPropertiesTo() local
Dlayer_impl.cc551 LayerImpl* scroll_parent = NULL; in PushPropertiesTo() local
/external/chromium_org/cc/blink/
Dweb_layer_impl.cc462 cc::Layer* scroll_parent = NULL; in setScrollParent() local
/external/chromium_org/cc/trees/
Dtree_synchronizer_unittest.cc614 scoped_refptr<Layer> scroll_parent = Layer::Create(); in TEST_F() local
Dlayer_tree_host_common_unittest.cc7043 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent = in TEST_F() local
7184 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent = in TEST_F() local
7264 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent = in TEST_F() local
7390 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent = in TEST_F() local
7550 scoped_ptr<LayerImpl> scroll_parent = in TEST_F() local
Dlayer_tree_host_common.cc1365 if (LayerType* scroll_parent = child->scroll_parent()) in AddScrollParentChain() local
Dlayer_tree_host_impl.cc2228 if (LayerImpl* scroll_parent = layer->scroll_parent()) in NextScrollLayer() local