Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBoxRect

599         return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
600 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
608 LayoutRect box = borderBoxRect();
1061 LayoutRect boundsRect = borderBoxRect();
1087 LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect());
1134 backgroundRect = borderBoxRect();
1422 LayoutRect clipRect = borderBoxRect();
1439 LayoutRect borderBoxRect = this->borderBoxRect();
1440 LayoutRect clipRect = LayoutRect(borderBoxRect.location() + location, borderBoxRect.size());
1443 LayoutUnit c = valueForLength(style()->clipLeft(), borderBoxRect.width());
1452 LayoutUnit c = valueForLength(style()->clipTop(), borderBoxRect.height());
3974 LayoutRect visualEffectOverflow = borderBoxRect();
4090 m_overflow = adoptPtr(new RenderOverflow(clientBox, borderBoxRect()));
4097 LayoutRect borderBox = borderBoxRect();
4115 m_overflow = adoptPtr(new RenderOverflow(noOverflowRect(), borderBoxRect()));
4272 LayoutRect rect = borderBoxRect();