Home
last modified time | relevance | path

Searched refs:newScrollPosition (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp347 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition()); in adjustScrollPositionWithinRange() local
348 newScrollPosition = newScrollPosition.expandedTo(minimumScrollPosition()); in adjustScrollPositionWithinRange()
349 return newScrollPosition; in adjustScrollPositionWithinRange()
424 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint); in setScrollPosition() local
426 if (newScrollPosition == scrollPosition()) in setScrollPosition()
429 updateScrollbars(IntSize(newScrollPosition.x(), newScrollPosition.y())); in setScrollPosition()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610683 newScrollPosition, so move that calculation below the delegation path.