Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollXOffset

1299         int newOffsetX = scrollXOffset() + xDelta;
1304 int leftToScrollX = newOffsetX - scrollXOffset();
1462 IntRect layerBounds = IntRect(absPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->clientWidth(), box->clientHeight());
1463 IntRect exposeRect = IntRect(rect.x() + scrollXOffset(), rect.y() + scrollYOffset(), rect.width(), rect.height());
1472 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) {
1473 int diffX = scrollXOffset();
1476 diffX = scrollXOffset() - diffX;
1693 return scrollXOffset();
2192 int newX = max(0, min(scrollXOffset(), scrollWidth() - box->clientWidth()));
2194 if (newX != scrollXOffset() || newY != scrollYOffset()) {
2280 scrollToOffset(scrollXOffset(), scrollYOffset());