Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

5125                 LayoutRect overflowRect = renderBox()->visualOverflowRect();
5126 if (bbox != overflowRect)
5127 result.unite(overflowRect);
5139 LayoutRect overflowRect = box->visualOverflowRect();
5140 if (bbox != overflowRect)
5141 result.unite(overflowRect);