Home | History | Annotate | Download | only in trees

Lines Matching refs:clip_parent

6336   //       + clip_parent (scaled)
6344 scoped_refptr<Layer> clip_parent = Layer::Create();
6350 render_surface->AddChild(clip_parent);
6351 clip_parent->AddChild(intervening);
6354 clip_child->SetClipParent(clip_parent.get());
6357 clip_parent->SetMasksToBounds(true);
6380 SetLayerPropertiesForTesting(clip_parent.get(),
6413 clip_parent->clip_rect().ToString());
6414 ASSERT_EQ(clip_parent->clip_rect().ToString(),
6426 ASSERT_TRUE(clip_parent->clip_rect().Contains(
6438 // + clip_parent (masks to bounds)
6445 scoped_refptr<Layer> clip_parent = Layer::Create();
6452 root->AddChild(clip_parent);
6453 clip_parent->AddChild(render_surface1);
6458 clip_child->SetClipParent(clip_parent.get());
6461 clip_parent->SetMasksToBounds(true);
6477 SetLayerPropertiesForTesting(clip_parent.get(),
6565 // + clip_parent (masks to bounds)
6572 scoped_refptr<Layer> clip_parent = Layer::Create();
6579 root->AddChild(clip_parent);
6580 clip_parent->AddChild(render_surface1);
6585 clip_child->SetClipParent(clip_parent.get());
6588 clip_parent->SetMasksToBounds(true);
6589 intervening->SetScrollClipLayerId(clip_parent->id());
6606 SetLayerPropertiesForTesting(clip_parent.get(),
6692 // + clip_parent (masks to bounds)
6698 scoped_refptr<Layer> clip_parent = Layer::Create();
6704 root->AddChild(clip_parent);
6705 clip_parent->AddChild(intervening);
6709 clip_child->SetClipParent(clip_parent.get());
6712 clip_parent->SetMasksToBounds(true);
6722 SetLayerPropertiesForTesting(clip_parent.get(),
6774 // + clip_parent (masks to bounds)
6782 scoped_refptr<Layer> clip_parent = Layer::Create();
6790 root->AddChild(clip_parent);
6791 clip_parent->AddChild(render_surface1);
6793 clip_parent->AddChild(render_surface2);
6796 clip_child->SetClipParent(clip_parent.get());
6798 clip_parent->SetMasksToBounds(true);
6809 SetLayerPropertiesForTesting(clip_parent.get(),