OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_impl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc
69
scoped_ptr<LayerImpl>
root_impl
(LayerImpl::Create(tree, 1));
73
root_impl
->SetBounds(gfx::Size(100, 100));
82
root_impl
->AddChild(parent.Pass());
83
tree->SetRootLayer(
root_impl
.Pass());
96
scoped_ptr<LayerImpl>
root_impl
(LayerImpl::Create(tree, 1));
99
root_impl
->SetBounds(gfx::Size(100, 100));
107
root_impl
->AddChild(touch_layer.Pass());
108
tree->SetRootLayer(
root_impl
.Pass());
/external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc
332
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
334
static_cast<FakeDelegatedRendererLayerImpl*>(
root_impl
->children()[0]);
364
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
366
static_cast<FakeDelegatedRendererLayerImpl*>(
root_impl
->children()[0]);
772
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
variable
774
static_cast<FakeDelegatedRendererLayerImpl*>(
root_impl
->children()[0]);
812
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
variable
814
static_cast<FakeDelegatedRendererLayerImpl*>(
root_impl
->children()[0]);
1300
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
variable
1566
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
local
[
all
...]
layer_tree_host_pixeltest_readback.cc
637
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
variable
639
LayerImpl* background_impl =
root_impl
->children()[0];
831
LayerImpl*
root_impl
= host_impl->active_tree()->root_layer();
variable
833
LayerImpl* background_impl =
root_impl
->children()[0];
[
all
...]
layer_tree_host_unittest_scroll.cc
497
LayerImpl*
root_impl
= impl->active_tree()->root_layer();
variable
498
LayerImpl* root_scroll_layer_impl =
root_impl
->children()[0];
511
EXPECT_VECTOR_EQ(gfx::Vector2d(),
root_impl
->ScrollDelta());
[
all
...]
/external/chromium_org/cc/layers/
tiled_layer_unittest.cc
1731
scoped_ptr<FakeTiledLayerImpl>
root_impl
= make_scoped_ptr(
local
1773
scoped_ptr<FakeTiledLayerImpl>
root_impl
= make_scoped_ptr(
local
1815
scoped_ptr<FakeTiledLayerImpl>
root_impl
= make_scoped_ptr(
local
[
all
...]
Completed in 100 milliseconds