HomeSort by relevance Sort by last modified time
    Searched full:newscrollposition (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 347 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
348 newScrollPosition = newScrollPosition.expandedTo(minimumScrollPosition());
349 return newScrollPosition;
424 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint);
426 if (newScrollPosition == scrollPosition())
429 updateScrollbars(IntSize(newScrollPosition.x(), newScrollPosition.y()));
    [all...]

Completed in 42 milliseconds