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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc6110 scoped_refptr<Layer> copy_grand_parent = Layer::Create(); local
6111 SetLayerPropertiesForTesting(copy_grand_parent.get(),
6118 copy_grand_parent->SetIsDrawable(true);
6173 copy_grand_parent->AddChild(copy_parent);
6175 root->AddChild(copy_grand_parent);
6181 // Hide the copy_grand_parent and its subtree. But make a copy request in that
6183 copy_grand_parent->SetHideLayerAndSubtree(true);
6197 EXPECT_TRUE(copy_grand_parent->draw_properties().
6218 // copy_grand_parent is hidden along with its siblings, but the copy_parent

Completed in 74 milliseconds