Searched defs:root_impl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_scroll.cc549 LayerImpl* root_impl = impl->active_tree()->root_layer(); variable
551 static_cast<FakePictureLayerImpl*>(root_impl->children()[0]);
565 EXPECT_VECTOR_EQ(gfx::Vector2d(), root_impl->ScrollDelta());
H A Dlayer_tree_host_unittest_delegated.cc336 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
338 static_cast<FakeDelegatedRendererLayerImpl*>(root_impl->children()[0]);
369 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
371 static_cast<FakeDelegatedRendererLayerImpl*>(root_impl->children()[0]);
444 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
446 static_cast<FakeDelegatedRendererLayerImpl*>(root_impl->children()[0]);
711 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); variable
713 static_cast<FakeDelegatedRendererLayerImpl*>(root_impl->children()[0]);
751 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); variable
753 static_cast<FakeDelegatedRendererLayerImpl*>(root_impl
1239 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); variable
1505 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); local
[all...]
/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc1537 scoped_ptr<FakeTiledLayerImpl> root_impl = make_scoped_ptr( local
1545 LayerPushPropertiesTo(root.get(), root_impl.get());
1549 EXPECT_TRUE(root_impl->HasResourceIdForTileAt(i, j));
1579 scoped_ptr<FakeTiledLayerImpl> root_impl = make_scoped_ptr( local
1587 LayerPushPropertiesTo(root.get(), root_impl.get());
1591 EXPECT_TRUE(root_impl->HasResourceIdForTileAt(i, j));
1621 scoped_ptr<FakeTiledLayerImpl> root_impl = make_scoped_ptr( local
1629 LayerPushPropertiesTo(root.get(), root_impl.get());
1633 EXPECT_FALSE(root_impl->HasResourceIdForTileAt(i, j));

Completed in 89 milliseconds