Searched refs:setBorderBottomWidth (Results 1 – 6 of 6) sorted by relevance
149 style->setBorderBottomWidth(borderBox.bottom().value()); in adjustStyle()151 style->setBorderBottomWidth(borderBox.bottom().value()); in adjustStyle()
1633 style->setBorderBottomWidth(borderWidth);
559 mutableStyle->setBorderBottomWidth(image.borderSlices().bottom().length().value()); in mapNinePieceImage()
269 style->setBorderBottomWidth(animatableValueRoundClampTo<unsigned>(value)); in applyProperty()
948 …SSPropertyBorderBottomWidth, &RenderStyle::borderBottomWidth, &RenderStyle::setBorderBottomWidth)); in ensurePropertyMap()
1037 void setBorderBottomWidth(unsigned v) { SET_VAR(surround, border.m_bottom.m_width, v); } in setBorderBottomWidth() function