HomeSort by relevance Sort by last modified time
    Searched refs:currentScrollPosition (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 304 IntPoint currentScrollPosition = scrollPosition();
308 if (currentScrollPosition.x() < minScrollPosition.x())
309 stretch.setWidth(currentScrollPosition.x() - minScrollPosition.x());
310 if (currentScrollPosition.x() > maxScrollPosition.x())
311 stretch.setWidth(currentScrollPosition.x() - maxScrollPosition.x());
313 if (currentScrollPosition.y() < minScrollPosition.y())
314 stretch.setHeight(currentScrollPosition.y() - minScrollPosition.y());
315 if (currentScrollPosition.y() > maxScrollPosition.y())
316 stretch.setHeight(currentScrollPosition.y() - maxScrollPosition.y());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 701 IntPoint currentScrollPosition = absoluteScrollPosition();
703 immediateScrollBy(nearestPointWithinBounds - currentScrollPosition);
    [all...]

Completed in 903 milliseconds