Home | History | Annotate | Download | only in scroll

Lines Matching refs:newScrollPosition

225     IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
226 newScrollPosition = newScrollPosition.expandedTo(minimumScrollPosition());
227 return newScrollPosition;
283 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint);
285 if (newScrollPosition == scrollPosition())
289 updateScrollbars(IntSize(newScrollPosition.x(), newScrollPosition.y()));
291 programmaticallyScrollSmoothlyToOffset(newScrollPosition);