Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollRectToVisible

1458 void RenderLayer::scrollRectToVisible(const IntRect& rect, bool scrollToAnchor, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
1539 parentLayer->scrollRectToVisible(newRect, scrollToAnchor, alignX, alignY);
1633 scrollRectToVisible(IntRect(currentDocumentPosition, IntSize(1, 1)), false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);