Searched defs:scroll_layer_impl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc182 LayerImpl* scroll_layer_impl = layer_impl_tree_root->children()[0]; local
183 scroll_layer_impl->ScrollBy(gfx::Vector2d(12, 34));
443 LayerImpl* scroll_layer_impl = layer_impl_tree_root->children()[0]; local
446 static_cast<PaintedScrollbarLayerImpl*>(scroll_layer_impl->children()[1]);
450 scroll_layer_impl->SetBounds(gfx::Size(10, 10));
451 scroll_layer_impl->ScrollBy(gfx::Vector2dF(4.f, 0.f));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2252 LayerImpl* scroll_layer_impl = FindScrollLayerForContentLayer(layer_impl); local
2253 if (!scroll_layer_impl)
2256 status = scroll_layer_impl->TryScroll(device_viewport_point, type);
2264 scroll_layer_impl->have_scroll_event_handlers())
2268 potentially_scrolling_layer_impl = scroll_layer_impl;
2310 LayerImpl* scroll_layer_impl = local
2313 if (scroll_layer_impl && !HasScrollAncestor(layer_impl, scroll_layer_impl))
2755 LayerImpl* scroll_layer_impl = active_tree_->LayerById( local
2758 // The check for a null scroll_layer_impl belo
2770 LayerImpl* scroll_layer_impl = local
[all...]

Completed in 126 milliseconds