Home
last modified time | relevance | path

Searched refs:TryScroll (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_scroll.cc1031 scroll_layer->TryScroll(gfx::PointF(0.0f, 1.0f), in DrawLayersOnThread()
1037 scroll_layer->TryScroll(gfx::PointF(0.0f, 1.0f), in DrawLayersOnThread()
1043 scroll_layer->TryScroll(gfx::PointF(0.0f, 1.0f), in DrawLayersOnThread()
Dlayer_tree_host_impl.cc2246 ScrollStatus status = layer_impl->TryScroll(device_viewport_point, type); in FindScrollLayerForDeviceViewportPoint()
2256 status = scroll_layer_impl->TryScroll(device_viewport_point, type); in FindScrollLayerForDeviceViewportPoint()
/external/chromium_org/cc/layers/
Dlayer_impl.h455 InputHandler::ScrollStatus TryScroll(
Dscrollbar_layer_unittest.cc110 scrollbar_layer_impl->TryScroll(gfx::Point(0, 0), in TEST()
124 scrollbar_layer_impl->TryScroll(gfx::Point(0, 0), in TEST()
Dlayer_impl.cc425 InputHandler::ScrollStatus LayerImpl::TryScroll( in TryScroll() function in cc::LayerImpl