Searched refs:setBorderLeftWidth (Results 1 – 6 of 6) sorted by relevance
156 style->setBorderLeftWidth(borderBox.left().value()); in adjustStyle()158 style->setBorderLeftWidth(borderBox.left().value()); in adjustStyle()
1629 style->setBorderLeftWidth(borderWidth);
561 mutableStyle->setBorderLeftWidth(image.borderSlices().left().length().value()); in mapNinePieceImage()
288 style->setBorderLeftWidth(animatableValueRoundClampTo<unsigned>(value)); in applyProperty()
945 …ned>(CSSPropertyBorderLeftWidth, &RenderStyle::borderLeftWidth, &RenderStyle::setBorderLeftWidth)); in ensurePropertyMap()
1028 void setBorderLeftWidth(unsigned v) { SET_VAR(surround, border.m_left.m_width, v); } in setBorderLeftWidth() function