OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layer_tree_root
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
tree_synchronizer_unittest.cc
206
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
207
layer_tree_root
->AddChild(Layer::Create());
208
layer_tree_root
->AddChild(Layer::Create());
210
host_->SetRootLayer(
layer_tree_root
);
213
TreeSynchronizer::SynchronizeTrees(
layer_tree_root
.get(),
217
ExpectTreesAreIdentical(
layer_tree_root
.get(),
227
scoped_refptr<Layer>
layer_tree_root
=
local
229
layer_tree_root
->AddChild(MockLayer::Create(&layer_impl_destruction_list));
230
layer_tree_root
->AddChild(MockLayer::Create(&layer_impl_destruction_list));
232
host_->SetRootLayer(
layer_tree_root
);
274
scoped_refptr<Layer>
layer_tree_root
=
local
317
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
370
scoped_refptr<Layer>
layer_tree_root
=
local
488
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
558
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
590
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
665
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
[
all
...]
/external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc
41
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
52
layer_tree_root
->AddChild(child1);
53
layer_tree_root
->InsertChild(child2, reverse_order ? 0 : 1);
54
host->SetRootLayer(
layer_tree_root
);
123
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
126
PaintedScrollbarLayer::Create(scrollbar.Pass(),
layer_tree_root
->id());
128
layer_tree_root
->SetScrollable(true);
129
layer_tree_root
->SetScrollOffset(gfx::Vector2d(10, 20));
130
layer_tree_root
->SetMaxScrollOffset(gfx::Vector2d(30, 50));
131
layer_tree_root
->SetBounds(gfx::Size(100, 200))
577
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
665
scoped_refptr<Layer>
layer_tree_root
= Layer::Create();
local
[
all
...]
Completed in 47 milliseconds