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

/external/chromium_org/cc/trees/
H A Dtree_synchronizer.cc164 LayerImpl* scroll_layer_impl = local
168 DCHECK(scroll_layer_impl);
171 scroll_layer_impl->SetHorizontalScrollbarLayer(scrollbar_layer_impl);
173 scroll_layer_impl->SetVerticalScrollbarLayer(scrollbar_layer_impl);
H A Dlayer_tree_host_impl.cc1998 LayerImpl* scroll_layer_impl = FindScrollLayerForContentLayer(layer_impl); local
1999 if (!scroll_layer_impl)
2002 status = scroll_layer_impl->TryScroll(device_viewport_point, type);
2010 potentially_scrolling_layer_impl = scroll_layer_impl;
2390 LayerImpl* scroll_layer_impl = active_tree_->LayerById( local
2394 scroll_layer_impl->scrollbar_animation_controller();
2404 LayerImpl* scroll_layer_impl = FindScrollLayerForDeviceViewportPoint( local
2407 if (scroll_on_main_thread || !scroll_layer_impl)
2411 scroll_layer_impl->scrollbar_animation_controller();
2417 scroll_layer_impl
[all...]

Completed in 127 milliseconds