Searched defs:copy_grand_parent_sibling_after (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc6120 scoped_refptr<Layer> copy_grand_parent_sibling_after = Layer::Create(); local
6121 SetLayerPropertiesForTesting(copy_grand_parent_sibling_after.get(),
6128 copy_grand_parent_sibling_after->SetIsDrawable(true);
6135 root->AddChild(copy_grand_parent_sibling_after);
6144 copy_grand_parent_sibling_after->SetHideLayerAndSubtree(true);
6166 EXPECT_FALSE(copy_grand_parent_sibling_after->draw_properties().

Completed in 175 milliseconds