Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp149 style->setBorderBottomWidth(borderBox.bottom().value()); in adjustStyle()
151 style->setBorderBottomWidth(borderBox.bottom().value()); in adjustStyle()
DRenderThemeChromiumMac.mm1633 style->setBorderBottomWidth(borderWidth);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp559 mutableStyle->setBorderBottomWidth(image.borderSlices().bottom().length().value()); in mapNinePieceImage()
DAnimatedStyleBuilder.cpp269 style->setBorderBottomWidth(animatableValueRoundClampTo<unsigned>(value)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp948 …SSPropertyBorderBottomWidth, &RenderStyle::borderBottomWidth, &RenderStyle::setBorderBottomWidth)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1037 void setBorderBottomWidth(unsigned v) { SET_VAR(surround, border.m_bottom.m_width, v); } in setBorderBottomWidth() function