Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollYOffset

1301         int newOffsetY = scrollYOffset() + yDelta;
1306 int leftToScrollY = newOffsetY - scrollYOffset();
1484 IntRect layerBounds = IntRect(absPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->clientWidth(), box->clientHeight());
1485 IntRect exposeRect = IntRect(rect.x() + scrollXOffset(), rect.y() + scrollYOffset(), rect.width(), rect.height());
1494 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) {
1496 int diffY = scrollYOffset();
1499 diffY = scrollYOffset() - diffY;
1717 return scrollYOffset();
2215 int newY = max(0, min(scrollYOffset(), scrollHeight() - box->clientHeight()));
2216 if (newX != scrollXOffset() || newY != scrollYOffset()) {
2302 scrollToOffset(scrollXOffset(), scrollYOffset());