Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintRect

993         IntRect repaintRect(r);
994 repaintRect.move(-cb->layer()->scrolledContentOffset()); // For overflow:auto/scroll/hidden.
997 r = intersection(repaintRect, boxRect);
1060 IntRect repaintRect(topLeft, rect.size());
1061 cb->adjustRectForColumns(repaintRect);
1062 topLeft = repaintRect.location();
1063 rect = repaintRect;
1085 IntRect repaintRect(topLeft, rect.size());
1087 rect = intersection(repaintRect, boxRect);