Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftWidth

916 IntRect RenderObject::borderInnerRect(const IntRect& borderRect, unsigned short topWidth, unsigned short bottomWidth, unsigned short leftWidth, unsigned short rightWidth) const
919 borderRect.x() + leftWidth,
921 borderRect.width() - leftWidth - rightWidth,