Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollRect

2784     IntRect scrollRect = rect;
2792 scrollRect.move(verticalScrollbarStart(0, box->width()), box->borderTop());
2794 scrollRect.move(horizontalScrollbarStart(0), box->height() - box->borderBottom() - scrollbar->height());
2795 renderer()->repaintRectangle(scrollRect);