HomeSort by relevance Sort by last modified time
    Searched refs:grand_child (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/layers/
layer_position_constraint_unittest.cc 80 scoped_ptr<LayerImpl> grand_child = local
103 SetLayerPropertiesForTesting(grand_child.get(),
122 grand_child->SetMaxScrollOffset(gfx::Vector2d(100, 100));
123 grand_child->SetScrollable(true);
125 grand_child->AddChild(great_grand_child.Pass());
126 child->AddChild(grand_child.Pass());
146 LayerImpl* grand_child = child->children()[0]; local
149 grand_child->SetPositionConstraint(fixed_to_top_left_);
161 grand_child->draw_transform());
168 // grand_child should not be affected
214 LayerImpl* grand_child = child->children()[0]; local
286 LayerImpl* grand_child = child->children()[0]; local
366 LayerImpl* grand_child = child->children()[0]; local
478 LayerImpl* grand_child = child->children()[0]; local
589 LayerImpl* grand_child = child->children()[0]; local
713 LayerImpl* grand_child = child->children()[0]; local
900 LayerImpl* grand_child = child->children()[0]; local
978 LayerImpl* grand_child = child->children()[0]; local
1042 LayerImpl* grand_child = child->children()[0]; local
1106 LayerImpl* grand_child = child->children()[0]; local
    [all...]
layer_impl_unittest.cc 27 EXPECT_TRUE(grand_child->LayerPropertyChanged());
34 EXPECT_FALSE(grand_child->LayerPropertyChanged());
41 EXPECT_FALSE(grand_child->LayerPropertyChanged());
48 EXPECT_TRUE(grand_child->LayerPropertyChanged());
78 LayerImpl* grand_child = child->children()[0]; local
86 EXPECT_FALSE(grand_child->LayerPropertyChanged());
layer_unittest.cc 881 scoped_refptr<Layer> grand_child = Layer::Create(); local
882 child->AddChild(grand_child);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 225 scoped_refptr<Layer> grand_child = Layer::Create(); local
227 child->AddChild(grand_child);
247 SetLayerPropertiesForTesting(grand_child.get(),
261 grand_child->draw_transform());
263 grand_child->screen_space_transform());
492 scoped_refptr<Layer> grand_child = Layer::Create(); local
495 child->AddChild(grand_child);
509 // Case 1: parent's anchor point should not affect child or grand_child.
524 SetLayerPropertiesForTesting(grand_child.get(),
536 grand_child->draw_transform())
697 scoped_refptr<LayerWithForcedDrawsContent> grand_child = local
846 scoped_refptr<LayerWithForcedDrawsContent> grand_child = local
1251 scoped_refptr<LayerWithForcedDrawsContent> grand_child = local
1331 scoped_refptr<LayerWithForcedDrawsContent> grand_child = local
1707 scoped_refptr<Layer> grand_child = Layer::Create(); local
1808 scoped_refptr<Layer> grand_child = Layer::Create(); local
1905 scoped_refptr<Layer> grand_child = Layer::Create(); local
4787 scoped_ptr<LayerImpl> grand_child = local
7607 scoped_refptr<Layer> grand_child = Layer::Create(); local
7640 scoped_refptr<LayerWithForcedDrawsContent> grand_child = local
7903 scoped_refptr<Layer> grand_child = Layer::Create(); local
7960 scoped_ptr<LayerImpl> grand_child = local
8016 scoped_refptr<Layer> grand_child = Layer::Create(); local
8072 scoped_ptr<LayerImpl> grand_child = local
    [all...]
layer_tree_host_impl_unittest.cc 2014 LayerImpl* grand_child = child->children()[0]; local
2106 scoped_ptr<LayerImpl> grand_child = CreateScrollableLayer(3, surface_size); local
2131 LayerImpl* grand_child = child->children()[0]; local
2146 scoped_ptr<LayerImpl> grand_child = CreateScrollableLayer(4, surface_size); local
2173 LayerImpl* grand_child = child->children()[0]; local
2639 scoped_ptr<LayerImpl> grand_child = CreateScrollableLayer(3, surface_size); local
2661 LayerImpl* grand_child = child->children()[0]; local
3736 scoped_ptr<LayerImpl> grand_child = local
    [all...]
damage_tracker_unittest.cc 767 // This is a tricky case, since only the first grand_child changes, but the
1056 scoped_ptr<LayerImpl> grand_child = local
    [all...]

Completed in 256 milliseconds