HomeSort by relevance Sort by last modified time
    Searched refs:root_impl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc 72 scoped_ptr<LayerImpl> root_impl(LayerImpl::Create(tree, 1));
76 root_impl->SetBounds(gfx::Size(100, 100));
86 root_impl->AddChild(parent.Pass());
87 tree->SetRootLayer(root_impl.Pass());
101 scoped_ptr<LayerImpl> root_impl(LayerImpl::Create(tree, 1));
104 root_impl->SetBounds(gfx::Size(100, 100));
112 root_impl->AddChild(touch_layer.Pass());
113 tree->SetRootLayer(root_impl.Pass());
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 336 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->children()[0])
1239 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); variable
1505 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); local
    [all...]
layer_tree_host_unittest_scroll.cc 549 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());
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 1537 scoped_ptr<FakeTiledLayerImpl> root_impl = make_scoped_ptr( local
1579 scoped_ptr<FakeTiledLayerImpl> root_impl = make_scoped_ptr( local
1621 scoped_ptr<FakeTiledLayerImpl> root_impl = make_scoped_ptr( local
    [all...]

Completed in 121 milliseconds