Home
last modified time | relevance | path

Searched refs:animating_surface (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_common_unittest.cc3918 scoped_refptr<LayerWithForcedDrawsContent> animating_surface = in TEST_F() local
3928 parent->AddChild(animating_surface); in TEST_F()
3929 animating_surface->AddChild(child_of_animating_surface); in TEST_F()
3939 animating_surface->SetDoubleSided(false); in TEST_F()
3949 animating_surface->SetForceRenderSurface(true); in TEST_F()
3953 animating_surface->layer_animation_controller(), 10.0, 30, 0); in TEST_F()
3972 SetLayerPropertiesForTesting(animating_surface.get(), in TEST_F()
4008 EXPECT_TRUE(animating_surface->render_surface()); in TEST_F()
4017 EXPECT_EQ(animating_surface->id(), render_surface_layer_list.at(1)->id()); in TEST_F()
4024 EXPECT_EQ(animating_surface->id(), in TEST_F()
[all …]