Home | History | Annotate | Download | only in rendering

Lines Matching refs:ScrollAlignment

1458 void RenderLayer::scrollRectToVisible(const IntRect& rect, bool scrollToAnchor, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
1545 IntRect RenderLayer::getRectToExpose(const IntRect &visibleRect, const IntRect &exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
1555 scrollX = ScrollAlignment::getVisibleBehavior(alignX);
1558 scrollX = ScrollAlignment::getVisibleBehavior(alignX);
1563 scrollX = ScrollAlignment::getPartialBehavior(alignX);
1565 scrollX = ScrollAlignment::getHiddenBehavior(alignX);
1588 scrollY = ScrollAlignment::getVisibleBehavior(alignY);
1591 scrollY = ScrollAlignment::getVisibleBehavior(alignY);
1596 scrollY = ScrollAlignment::getPartialBehavior(alignY);
1598 scrollY = ScrollAlignment::getHiddenBehavior(alignY);
1633 scrollRectToVisible(IntRect(currentDocumentPosition, IntSize(1, 1)), false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);