Home | History | Annotate | Download | only in style

Lines Matching defs:leftWidth

982     int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0;
987 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
991 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
993 LayoutRect innerRect(borderRect.x() + leftWidth,
995 borderRect.width() - leftWidth - rightWidth,
1002 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);