Home | History | Annotate | Download | only in layers

Lines Matching refs:root2

166   scoped_refptr<TestLayer> root2 = TestLayer::Create();
175 root_layer->AddChild(root2);
177 root2->AddChild(root21);
178 root2->AddChild(root22);
179 root2->AddChild(root23);
194 EXPECT_COUNT(root2, -1, -1, 3);
205 EXPECT_COUNT(root2, -1, -1, 6);
217 scoped_refptr<TestLayer> root2 = TestLayer::Create();
226 root_layer->AddChild(root2);
228 root2->set_draws_content(false);
229 root2->SetOpacity(0.5f);
230 root2->SetForceRenderSurface(true); // Force the layer to own a new surface.
231 root2->AddChild(root21);
232 root2->AddChild(root22);
233 root2->AddChild(root23);
250 EXPECT_COUNT(root2, 4, 3, -1);
261 EXPECT_COUNT(root2, 10, 11, -1);