Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollRect

198     IntRect scrollRect = rect;
204 scrollRect.move(verticalScrollbarStart(0, box().width()), box().borderTop());
206 scrollRect.move(horizontalScrollbarStart(0), box().height() - box().borderBottom() - scrollbar->height());
208 if (scrollRect.isEmpty())
211 LayoutRect paintInvalidationRect = scrollRect;