Searched defs:grand_child1 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Ddamage_tracker_unittest.cc112 scoped_ptr<LayerImpl> grand_child1 = local
140 grand_child1->SetPosition(gfx::PointF(200.f, 200.f));
141 grand_child1->SetBounds(gfx::Size(6, 8));
142 grand_child1->SetContentBounds(gfx::Size(6, 8));
143 grand_child1->SetDrawsContent(true);
150 child1->AddChild(grand_child1.Pass());
219 // grand_child1 and grand_child2, because child1 does not draw content.
814 LayerImpl* grand_child1 = root->children()[0]->children()[0]; local
821 grand_child1->SetOpacity(0.5f);
837 grand_child1
859 LayerImpl* grand_child1 = root->children()[0]->children()[0]; local
1026 LayerImpl* grand_child1 = child1->children()[0]; local
1220 LayerImpl* grand_child1 = child1->children()[0]; local
1289 LayerImpl* grand_child1 = child1->children()[0]; local
[all...]
H A Dlayer_tree_impl_unittest.cc857 scoped_ptr<LayerImpl> grand_child1 = local
887 SetLayerPropertiesForTesting(grand_child1.get(),
894 grand_child1->SetDrawsContent(true);
896 child1->AddChild(grand_child1.Pass());
903 LayerImpl* grand_child1 = child1->children()[0]; local
912 ASSERT_TRUE(grand_child1);
919 ASSERT_EQ(4, root_render_surface->layer_list().at(2)->id()); // grand_child1
945 // At (80, 51), child2 and grand_child1 overlap. child2 is expected to be on
961 // At (20, 51), child1 and grand_child1 overlap. grand_child1 i
998 scoped_ptr<LayerImpl> grand_child1 = local
1051 LayerImpl* grand_child1 = child1->children()[0]; local
1288 scoped_ptr<LayerImpl> grand_child1 = local
1337 LayerImpl* grand_child1 = child1->children()[0]; local
[all...]
H A Dlayer_tree_host_common_unittest.cc1808 // grand_child1 - completely inside the region; DrawableContentRect should
1822 scoped_refptr<Layer> grand_child1 = Layer::Create(); local
1828 child->AddChild(grand_child1);
1850 SetLayerPropertiesForTesting(grand_child1.get(),
1884 grand_child1->SetOpacity(0.5f);
1896 grand_child1->drawable_content_rect());
1915 scoped_refptr<Layer> grand_child1 = Layer::Create(); local
1929 child->AddChild(grand_child1);
1939 grand_child1->AddChild(leaf_node1);
1958 SetLayerPropertiesForTesting(grand_child1
2616 scoped_refptr<LayerWithForcedDrawsContent> grand_child1 = local
8079 scoped_ptr<LayerImpl> grand_child1 = local
[all...]

Completed in 76 milliseconds