Searched refs:scrollByRecursively (Results 1 – 9 of 9) sorted by relevance
426 …m_gestureTargetNode->renderer()->enclosingLayer()->scrollByRecursively(size.width(), size.height()… in gestureDidScroll()
240 void scrollByRecursively(int xDelta, int yDelta);
1287 scrollByRecursively(adjustedScrollDelta(xDelta), adjustedScrollDelta(yDelta)); in panScrollFromPoint()1290 void RenderLayer::scrollByRecursively(int xDelta, int yDelta) in scrollByRecursively() function in WebCore::RenderLayer1311 … nextRenderer->enclosingLayer()->scrollByRecursively(leftToScrollX, leftToScrollY); in scrollByRecursively()
403 container->renderBox()->enclosingLayer()->scrollByRecursively(dx, dy); in scrollInDirection()
1613 m_gestureTargetNode->renderer()->enclosingLayer()->scrollByRecursively(-deltaX, -deltaY); in gesture()
9547 Switched to using RenderLayer::scrollByRecursively instead of emulating a mouse wheel,9554 …Switched from emulating mouse wheel events for panning to calling RenderLayer::scrollByRecursively.
51677 (WebCore::RenderLayer::scrollByRecursively):85063 (WebCore::RenderLayer::scrollByRecursively):94565 …(WebCore::RenderLayer::panScrollFromPoint): now calls the scrollByRecursively method when it has c…94566 …(WebCore::RenderLayer::scrollByRecursively): try to scroll the current layer by the xDelta and yDe…
3718 (WebCore::RenderLayer::scrollByRecursively):32072 …(WebCore::RenderLayer::scrollByRecursively): Call isNone on the LineClampValue to see if the line-…72715 (WebCore::RenderLayer::scrollByRecursively):
127711 (WebCore::RenderLayer::scrollByRecursively):