Home | History | Annotate | Download | only in rendering

Lines Matching defs:clippedOverflowRectForRepaint

1395     repaintUsingContainer(repaintContainer ? repaintContainer : view, pixelSnappedIntRect(clippedOverflowRectForRepaint(repaintContainer)));
1431 // ASSERT(!newBoundsPtr || *newBoundsPtr == clippedOverflowRectForRepaint(repaintContainer));
1432 LayoutRect newBounds = newBoundsPtr ? *newBoundsPtr : clippedOverflowRectForRepaint(repaintContainer);
1549 LayoutRect r(clippedOverflowRectForRepaint(repaintContainer));
1554 LayoutRect RenderObject::clippedOverflowRectForRepaint(const RenderLayerModelObject*) const
1868 // during styleDidChange (it's used by clippedOverflowRectForRepaint()).