OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_layer
(Results
26 - 28
of
28
) sorted by null
1
2
/external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc
8375
LayerImpl*
root_layer
= root.get();
local
[
all
...]
layer_tree_host_unittest.cc
167
VerifyAfterValues(impl->active_tree()->
root_layer
());
171
SetBeforeValues(layer_tree_host()->
root_layer
());
172
VerifyBeforeValues(layer_tree_host()->
root_layer
());
180
SetAfterValues(layer_tree_host()->
root_layer
());
655
LayerImpl* root = host_impl->active_tree()->
root_layer
();
875
Layer*
root_layer
= layer_tree_host()->
root_layer
();
variable
876
scroll_layer_->SetScrollClipLayerId(
root_layer
->id());
878
scroll_layer_->SetBounds(gfx::Size(2 *
root_layer
->bounds().width(),
879
2 *
root_layer
->bounds().height()))
2213
scoped_refptr<Layer>
root_layer
;
variable
2221
layer_tree_host()->SetRootLayer(
root_layer
);
variable
2459
scoped_refptr<ContentLayer>
root_layer
= ContentLayer::Create(&client_);
variable
2463
layer_tree_host()->SetRootLayer(
root_layer
);
variable
2475
LayerImpl*
root_layer
= host_impl->active_tree()->
root_layer
();
variable
2478
LayerImpl*
root_layer
= host_impl->active_tree()->
root_layer
();
variable
4118
scoped_refptr<SolidColorLayer>
root_layer
= SolidColorLayer::Create();
variable
4122
layer_tree_host()->SetRootLayer(
root_layer
);
variable
4190
scoped_refptr<FakePictureLayer>
root_layer
=
variable
4195
layer_tree_host()->SetRootLayer(
root_layer
);
variable
4832
scoped_refptr<Layer>
root_layer
= Layer::Create();
variable
4846
layer_tree_host()->SetRootLayer(
root_layer
);
variable
[
all
...]
layer_tree_host_impl_unittest.cc
426
ASSERT_FALSE(host_impl_->active_tree()->
root_layer
());
446
LayerImpl* root = host_impl_->active_tree()->
root_layer
();
470
LayerImpl*
root_layer
= root.get();
local
472
root_layer
->SetBounds(gfx::Size(110, 110));
473
root_layer
->SetScrollClipLayer(root_clip->id());
474
root_layer
->SetScrollOffset(scroll_offset);
475
root_layer
->ScrollBy(scroll_delta);
478
LayerImpl* root = host_impl_->active_tree()->
root_layer
()->children()[0];
572
host_impl_->active_tree()->
root_layer
()->ClearRenderSurface();
583
LayerImpl* root = host_impl_->active_tree()->
root_layer
();
4581
scoped_ptr<LayerImpl>
root_layer
=
local
5630
scoped_ptr<SolidColorLayerImpl>
root_layer
=
local
5669
scoped_ptr<SolidColorLayerImpl>
root_layer
=
variable
[
all
...]
Completed in 228 milliseconds
1
2