Home | History | Annotate | Download | only in style

Lines Matching defs:bottomWidth

949     int bottomWidth = (horizontal || includeLogicalRightEdge) ? borderBottomWidth() : 0;
951 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
955 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
960 borderRect.height() - topWidth - bottomWidth);
966 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);