Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollRectToVisible

2225 void RenderLayer::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
2300 parentLayer->scrollRectToVisible(newRect, alignX, alignY);
2404 scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);