Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

1941         // that projects outside of our overflowRect.
4281 LayoutRect overflowRect(rect);
4304 overflowRect.shiftYEdgeTo(max(overflowRect.y(), clientBox.y()));
4306 overflowRect.shiftMaxYEdgeTo(min(overflowRect.maxY(), clientBox.maxY()));
4308 overflowRect.shiftXEdgeTo(max(overflowRect.x(), clientBox.x()));
4310 overflowRect.shiftMaxXEdgeTo(min(overflowRect.maxX(), clientBox.maxX()));
4314 if (clientBox.contains(overflowRect) || overflowRect.isEmpty())
4321 m_overflow->addLayoutOverflow(overflowRect);
4567 LayoutRect overflowRect = visualOverflowRect();
4569 return overflowRect;
4571 overflowRect.unite(layoutOverflowRect());
4572 overflowRect.move(-scrolledContentOffset());
4573 return overflowRect;