Searched refs:animating_child (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc3798 scoped_refptr<LayerWithForcedDrawsContent> animating_child = local
3806 parent->AddChild(animating_child);
3817 animating_child->SetDoubleSided(false);
3832 animating_child->layer_animation_controller(), 10.0, 30, 0);
3862 SetLayerPropertiesForTesting(animating_child.get(),
3886 EXPECT_FALSE(animating_child->render_surface());
3889 // Verify that the animating_child and child_of_animating_surface were not
3903 EXPECT_EQ(animating_child->id(),
3924 EXPECT_EQ(animating_child->visible_content_rect(),
3925 gfx::Rect(animating_child
[all...]

Completed in 113 milliseconds