Searched defs:grand_child3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Ddamage_tracker_unittest.cc1032 // For this test case, we modify grand_child2, and add grand_child3 to extend
1037 scoped_ptr<LayerImpl> grand_child3 = local
1039 grand_child3->SetPosition(gfx::PointF(240.f, 240.f));
1040 grand_child3->SetBounds(gfx::Size(10, 10));
1041 grand_child3->SetContentBounds(gfx::Size(10, 10));
1042 grand_child3->SetDrawsContent(true);
1043 child1->AddChild(grand_child3.Pass());
H A Dlayer_tree_host_common_unittest.cc1812 // grand_child3 - partially clipped and masksToBounds; the
1824 scoped_refptr<Layer> grand_child3 = Layer::Create(); local
1830 child->AddChild(grand_child3);
1864 SetLayerPropertiesForTesting(grand_child3.get(),
1880 grand_child3->SetMasksToBounds(true);
1886 grand_child3->SetOpacity(0.5f);
1898 grand_child3->drawable_content_rect());
1900 grand_child3->drawable_content_rect());
1917 scoped_refptr<Layer> grand_child3 = Layer::Create(); local
1931 child->AddChild(grand_child3);
2620 scoped_refptr<LayerWithForcedDrawsContent> grand_child3 = local
[all...]

Completed in 120 milliseconds