Searched defs:animating_child (Results 1 - 1 of 1) sorted by path

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc3765 scoped_refptr<LayerWithForcedDrawsContent> animating_child = local
3773 parent->AddChild(animating_child);
3784 animating_child->SetDoubleSided(false);
3799 animating_child->layer_animation_controller(), 10.0, 30, 0);
3829 SetLayerPropertiesForTesting(animating_child.get(),
3853 EXPECT_FALSE(animating_child->render_surface());
3856 // Verify that the animating_child and child_of_animating_surface were not
3870 EXPECT_EQ(animating_child->id(),
3891 EXPECT_EQ(animating_child->visible_content_rect(),
3892 gfx::Rect(animating_child
[all...]

Completed in 275 milliseconds