Searched refs:newScrollPosition (Results 1 – 2 of 2) sorted by relevance
347 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition()); in adjustScrollPositionWithinRange() local348 newScrollPosition = newScrollPosition.expandedTo(minimumScrollPosition()); in adjustScrollPositionWithinRange()349 return newScrollPosition; in adjustScrollPositionWithinRange()424 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint); in setScrollPosition() local426 if (newScrollPosition == scrollPosition()) in setScrollPosition()429 updateScrollbars(IntSize(newScrollPosition.x(), newScrollPosition.y())); in setScrollPosition()
10683 newScrollPosition, so move that calculation below the delegation path.