Searched refs:scroll_children (Results 1 – 10 of 10) sorted by relevance
252 DCHECK(!layer_impl->scroll_children() || !!layer->scroll_children()); in CheckScrollAndClipPointersRecursive()261 if (layer_impl->scroll_children()) { in CheckScrollAndClipPointersRecursive()262 for (std::set<Layer*>::iterator it = layer->scroll_children()->begin(); in CheckScrollAndClipPointersRecursive()263 it != layer->scroll_children()->end(); in CheckScrollAndClipPointersRecursive()268 layer_impl->scroll_children()->begin(); in CheckScrollAndClipPointersRecursive()269 it != layer_impl->scroll_children()->end(); in CheckScrollAndClipPointersRecursive()
133 const std::set<Layer*>* layer_scroll_children = layer->scroll_children(); in ExpectTreesAreIdentical()135 layer_impl->scroll_children(); in ExpectTreesAreIdentical()152 ASSERT_TRUE(layer_scroll_parent->scroll_children()->find(layer) != in ExpectTreesAreIdentical()153 layer_scroll_parent->scroll_children()->end()); in ExpectTreesAreIdentical()154 ASSERT_TRUE(layer_impl_scroll_parent->scroll_children()->find(layer_impl) != in ExpectTreesAreIdentical()155 layer_impl_scroll_parent->scroll_children()->end()); in ExpectTreesAreIdentical()
1281 if (!layer->scroll_children()) in ScrollsAnyDrawnRenderSurfaceLayerListMember()1284 layer->scroll_children()->begin(); in ScrollsAnyDrawnRenderSurfaceLayerListMember()1285 it != layer->scroll_children()->end(); in ScrollsAnyDrawnRenderSurfaceLayerListMember()
7562 scoped_ptr<std::set<LayerImpl*> > scroll_children(new std::set<LayerImpl*>); in TEST_F() local7563 scroll_children->insert(scroll_child.get()); in TEST_F()7564 scroll_parent->SetScrollChildren(scroll_children.release()); in TEST_F()
6526 scoped_ptr<std::set<LayerImpl*> > scroll_children(new std::set<LayerImpl*>()); in TEST_F() local6527 scroll_children->insert(scroll_child.get()); in TEST_F()6528 invisible_scroll->SetScrollChildren(scroll_children.release()); in TEST_F()
101 std::set<LayerImpl*>* scroll_children = new std::set<LayerImpl*>(); in TEST() local102 scroll_children->insert(scroll_child); in TEST()103 scroll_children->insert(root); in TEST()199 root->SetScrollChildren(scroll_children)); in TEST()240 root->SetScrollChildren(scroll_children)); in TEST()
192 std::set<Layer*>* scroll_children() { return scroll_children_.get(); } in scroll_children() function193 const std::set<Layer*>* scroll_children() const { in scroll_children() function
141 std::set<LayerImpl*>* scroll_children() { return scroll_children_.get(); } in scroll_children() function142 const std::set<LayerImpl*>* scroll_children() const { in scroll_children() function
922 std::set<LayerImpl*>* scroll_children = new std::set<LayerImpl*>; in PushPropertiesTo() local930 scroll_children->insert(scroll_child); in PushPropertiesTo()932 layer->SetScrollChildren(scroll_children); in PushPropertiesTo()
559 std::set<LayerImpl*>* scroll_children = new std::set<LayerImpl*>; in PushPropertiesTo() local567 scroll_children->insert(scroll_child); in PushPropertiesTo()569 layer->SetScrollChildren(scroll_children); in PushPropertiesTo()