Searched refs:root_scroll_layer (Results 1 – 2 of 2) sorted by relevance
186 scoped_refptr<Layer> root_scroll_layer = Layer::Create(); in SetupTree() local187 root_scroll_layer->SetScrollable(true); in SetupTree()188 root_scroll_layer->SetScrollOffset(initial_scroll_); in SetupTree()189 root_scroll_layer->SetBounds(gfx::Size(200, 200)); in SetupTree()190 root_scroll_layer->SetMaxScrollOffset(gfx::Vector2d(100, 100)); in SetupTree()191 root_scroll_layer->SetIsDrawable(true); in SetupTree()192 layer_tree_host()->root_layer()->AddChild(root_scroll_layer); in SetupTree()199 Layer* root_scroll_layer = layer_tree_host()->root_layer()->children()[0]; in WillBeginMainFrame() local205 EXPECT_VECTOR_EQ(root_scroll_layer->scroll_offset(), initial_scroll_); in WillBeginMainFrame()213 EXPECT_VECTOR_EQ(root_scroll_layer->scroll_offset(), in WillBeginMainFrame()[all …]
1056 Layer* root_scroll_layer = FindFirstScrollableLayer(root_layer_.get()); in ApplyScrollAndScale() local1064 if (layer == root_scroll_layer) { in ApplyScrollAndScale()1075 root_scroll_layer = FindFirstScrollableLayer(root_layer_.get()); in ApplyScrollAndScale()1080 if (root_scroll_layer) { in ApplyScrollAndScale()1081 root_scroll_layer->SetScrollOffsetFromImplSide( in ApplyScrollAndScale()1082 root_scroll_layer->scroll_offset() + root_scroll_delta); in ApplyScrollAndScale()