Home
last modified time | relevance | path

Searched refs:setBorderRightWidth (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp557 mutableStyle->setBorderRightWidth(image.borderSlices().right().length().value()); in mapNinePieceImage()
DAnimatedStyleBuilder.cpp295 style->setBorderRightWidth(animatableValueRoundClampTo<unsigned>(value)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp144 style->setBorderRightWidth(borderBox.right().value()); in adjustStyle()
DRenderThemeChromiumMac.mm1631 style->setBorderRightWidth(borderWidth);
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp946 …>(CSSPropertyBorderRightWidth, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1031 void setBorderRightWidth(unsigned v) { SET_VAR(surround, border.m_right.m_width, v); } in setBorderRightWidth() function