Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

1388         // that projects outside of our overflowRect.
3312 IntRect overflowRect(rect);
3321 overflowRect.shiftYEdgeTo(max(overflowRect.y(), clientBox.y()));
3323 overflowRect.shiftMaxYEdgeTo(min(overflowRect.maxY(), clientBox.maxY()));
3325 overflowRect.shiftXEdgeTo(max(overflowRect.x(), clientBox.x()));
3327 overflowRect.shiftMaxXEdgeTo(min(overflowRect.maxX(), clientBox.maxX()));
3331 if (clientBox.contains(overflowRect) || overflowRect.isEmpty())
3338 m_overflow->addLayoutOverflow(overflowRect);