Home | History | Annotate | Download | only in rendering

Lines Matching refs:clientBox

4054     LayoutRect clientBox = noOverflowRect();
4055 if (clientBox.contains(rect) || rect.isEmpty())
4075 clientBox.y()));
4077 overflowRect.shiftMaxYEdgeTo(std::min(overflowRect.maxY(), clientBox.maxY()));
4079 overflowRect.shiftXEdgeTo(std::max(overflowRect.x(), clientBox.x()));
4081 overflowRect.shiftMaxXEdgeTo(std::min(overflowRect.maxX(), clientBox.maxX()));
4085 if (clientBox.contains(overflowRect) || overflowRect.isEmpty())
4090 m_overflow = adoptPtr(new RenderOverflow(clientBox, borderBoxRect()));