OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_scroll_layer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc
186
scoped_refptr<Layer>
root_scroll_layer
= Layer::Create();
variable
187
root_scroll_layer
->SetScrollable(true);
188
root_scroll_layer
->SetScrollOffset(initial_scroll_);
189
root_scroll_layer
->SetBounds(gfx::Size(200, 200));
190
root_scroll_layer
->SetMaxScrollOffset(gfx::Vector2d(100, 100));
191
root_scroll_layer
->SetIsDrawable(true);
192
layer_tree_host()->root_layer()->AddChild(
root_scroll_layer
);
variable
199
Layer*
root_scroll_layer
= layer_tree_host()->root_layer()->children()[0];
variable
205
EXPECT_VECTOR_EQ(
root_scroll_layer
->scroll_offset(), initial_scroll_);
213
EXPECT_VECTOR_EQ(
root_scroll_layer
->scroll_offset()
253
LayerImpl*
root_scroll_layer
=
variable
1040
Layer*
root_scroll_layer
=
variable
[
all
...]
layer_tree_host.cc
1056
Layer*
root_scroll_layer
= FindFirstScrollableLayer(root_layer_.get());
local
[
all
...]
Completed in 145 milliseconds