Home | History | Annotate | Download | only in rendering

Lines Matching defs:newX

2214         int newX = max(0, min(scrollXOffset(), scrollWidth() - box->clientWidth()));
2216 if (newX != scrollXOffset() || newY != scrollYOffset()) {
2224 scrollToOffset(newX, newY);