Searched refs:copy_parent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc6120 scoped_refptr<Layer> copy_parent = Layer::Create(); local
6121 SetLayerPropertiesForTesting(copy_parent.get(),
6128 copy_parent->SetIsDrawable(true);
6129 copy_parent->SetForceRenderSurface(true);
6172 copy_parent->AddChild(copy_layer);
6173 copy_grand_parent->AddChild(copy_parent);
6199 EXPECT_TRUE(copy_parent->draw_properties().
6214 EXPECT_EQ(copy_parent->id(), render_surface_layer_list.at(1)->id());
6218 // copy_grand_parent is hidden along with its siblings, but the copy_parent
6223 EXPECT_EQ(copy_parent
6257 scoped_refptr<Layer> copy_parent = Layer::Create(); local
[all...]

Completed in 68 milliseconds