Home
last modified time | relevance | path

Searched refs:marginAfterUsing (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp741 return computeMargin(this, style()->marginAfterUsing(otherStyle ? otherStyle : style())); in marginAfter()
DRenderBox.cpp3154 …marginAfter = minimumValueForLength(style()->marginAfterUsing(containingBlockStyle), cw, renderVie… in computeBlockDirectionMargins()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h687 …Length marginAfterUsing(const RenderStyle* otherStyle) const { return surround->margin.after(other… in marginAfterUsing() function