Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowBox

1740     LayoutRect overflowBox;
1745 overflowBox = overflowRectForPaintRejection();
1746 flipForWritingMode(overflowBox);
1747 overflowBox.moveBy(adjustedPaintOffset);
1748 if (!overflowBox.intersects(paintInfo.rect))
1765 cullSaver.cull(overflowBox);
2776 LayoutRect overflowBox = hasOverflowClip() ? borderBoxRect() : visualOverflowRect();
2777 flipForWritingMode(overflowBox);
2778 overflowBox.moveBy(adjustedLocation);
2779 if (!locationInContainer.intersects(overflowBox))