Home | History | Annotate | Download | only in platform

Lines Matching refs:scroll

463 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity)
468 return ScrollableArea::scroll(direction, granularity);
473 return scroll(logicalToPhysical(direction, isVerticalDocument(), isFlippedDocument()), granularity);
582 // The layout with the new scroll state had no impact on
599 IntSize scroll(scrollPoint.x(), scrollPoint.y());
648 ScrollableArea::scrollToOffsetWithoutAnimation(FloatPoint(scroll.width() + m_scrollOrigin.x(), scroll.height() + m_scrollOrigin.y()));
666 // Since scrolling is double buffered, we will be blitting the scroll view's intersection
695 // FIXME: Find a way to scroll subframes with this faster path
722 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
825 // Invalidate the scroll corner too on unsuppress.
1297 // Update if the scroll origin changes, since our position will be different if the content size did not change.