Searched refs:setBorderRightWidth (Results 1 – 6 of 6) sorted by relevance
557 mutableStyle->setBorderRightWidth(image.borderSlices().right().length().value()); in mapNinePieceImage()
295 style->setBorderRightWidth(animatableValueRoundClampTo<unsigned>(value)); in applyProperty()
144 style->setBorderRightWidth(borderBox.right().value()); in adjustStyle()
1631 style->setBorderRightWidth(borderWidth);
946 …>(CSSPropertyBorderRightWidth, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth)); in ensurePropertyMap()
1031 void setBorderRightWidth(unsigned v) { SET_VAR(surround, border.m_right.m_width, v); } in setBorderRightWidth() function