Home | History | Annotate | Download | only in style

Lines Matching refs:leftWidth

817     int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0;
822 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
826 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
828 IntRect innerRect(borderRect.x() + leftWidth,
830 borderRect.width() - leftWidth - rightWidth,
837 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);