Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBox

3278     IntRect borderBox = borderBoxRect();
3279 int overflowLeft = borderBox.x() + shadowLeft;
3280 int overflowRight = borderBox.maxX() + shadowRight;
3281 int overflowTop = borderBox.y() + shadowTop;
3282 int overflowBottom = borderBox.maxY() + shadowBottom;
3343 IntRect borderBox = borderBoxRect();
3344 if (borderBox.contains(rect) || rect.isEmpty())
3348 m_overflow.set(new RenderOverflow(clientBoxRect(), borderBox));