Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp307 IntPoint minScrollPosition = minimumScrollPosition(); in overhangAmount() local
310 if (currentScrollPosition.x() < minScrollPosition.x()) in overhangAmount()
311 stretch.setWidth(currentScrollPosition.x() - minScrollPosition.x()); in overhangAmount()
315 if (currentScrollPosition.y() < minScrollPosition.y()) in overhangAmount()
316 stretch.setHeight(currentScrollPosition.y() - minScrollPosition.y()); in overhangAmount()