Home | History | Annotate | Download | only in rendering

Lines Matching defs:borderBox

3273     IntRect borderBox = borderBoxRect();
3274 int overflowLeft = borderBox.x() + shadowLeft;
3275 int overflowRight = borderBox.maxX() + shadowRight;
3276 int overflowTop = borderBox.y() + shadowTop;
3277 int overflowBottom = borderBox.maxY() + shadowBottom;
3338 IntRect borderBox = borderBoxRect();
3339 if (borderBox.contains(rect) || rect.isEmpty())
3343 m_overflow.set(new RenderOverflow(clientBoxRect(), borderBox));