Home | History | Annotate | Download | only in rendering

Lines Matching refs:newY

2193         int newY = max(0, min(scrollYOffset(), scrollHeight() - box->clientHeight()));
2194 if (newX != scrollXOffset() || newY != scrollYOffset()) {
2202 scrollToOffset(newX, newY);