Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

1114     IntRect overflowRect(visualOverflowRect());
1115 overflowRect.move(boxOrigin.x(), boxOrigin.y());
1116 overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
1118 if (!paintInfo.rect.intersects(overflowRect))