Home | History | Annotate | Download | only in style

Lines Matching refs:borderRightWidth

536         || borderRightWidth() != other->borderRightWidth())
947 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0;
1449 return borderRightWidth();
1463 return borderRightWidth();
1474 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth();
1481 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth();
1535 NinePieceImage::computeOutset(image.outset().right(), borderRightWidth()),