Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Docclusion_tracker_unittest.cc2189 typename Types::ContentLayerType* surface_child = in RunMyTest() local
2241 this->EnterLayer(surface_child, &occlusion); in RunMyTest()
2248 surface_child, gfx::Rect(0, 0, 200, 300))); in RunMyTest()
2249 this->LeaveLayer(surface_child, &occlusion); in RunMyTest()
2310 typename Types::ContentLayerType* surface_child = in RunMyTest() local
2362 this->EnterLayer(surface_child, &occlusion); in RunMyTest()
2369 surface_child, gfx::Rect(0, 0, 200, 300))); in RunMyTest()
2370 this->LeaveLayer(surface_child, &occlusion); in RunMyTest()
2432 typename Types::ContentLayerType* surface_child = in RunMyTest() local
2452 surface_child->layer_animation_controller(), 10.0, 30, 0); in RunMyTest()
[all …]
Dlayer_tree_host_common_unittest.cc8348 scoped_refptr<Layer> surface_child = Layer::Create(); in TEST_F() local
8349 SetLayerPropertiesForTesting(surface_child.get(), in TEST_F()
8356 surface_child->SetIsDrawable(true); in TEST_F()
8358 surface->AddChild(surface_child); in TEST_F()
8373 surface_child->visible_content_rect().ToString()); in TEST_F()