Home | History | Annotate | Download | only in trees

Lines Matching defs:scroll_parent

7037   //   |   + scroll_parent
7043 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent =
7052 scroll_parent_clip->AddChild(scroll_parent);
7056 scroll_child->SetScrollParent(scroll_parent.get());
7080 SetLayerPropertiesForTesting(scroll_parent.get(),
7179 // + scroll_parent
7184 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent =
7191 scroll_parent_clip->AddChild(scroll_parent);
7197 scroll_child->SetScrollParent(scroll_parent.get());
7221 SetLayerPropertiesForTesting(scroll_parent.get(),
7256 // | + scroll_parent
7264 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent =
7279 scroll_parent_clip->AddChild(scroll_parent);
7288 scroll_child->SetScrollParent(scroll_parent.get());
7334 SetLayerPropertiesForTesting(scroll_parent.get(),
7365 EXPECT_EQ(scroll_parent.get(),
7378 // + scroll_parent
7390 scoped_refptr<LayerWithForcedDrawsContent> scroll_parent =
7409 scroll_parent_clip->AddChild(scroll_parent);
7410 scroll_parent->AddChild(render_surface2);
7420 scroll_child->SetScrollParent(scroll_parent.get());
7476 SetLayerPropertiesForTesting(scroll_parent.get(),
7539 // + scroll_parent
7550 scoped_ptr<LayerImpl> scroll_parent =
7561 scroll_child->SetScrollParent(scroll_parent.get());
7564 scroll_parent->SetScrollChildren(scroll_children.release());
7567 scroll_parent->SetDrawsContent(true);
7598 SetLayerPropertiesForTesting(scroll_parent.get(),
7634 scroll_parent_clip->AddChild(scroll_parent.Pass());