Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp736 return computeMargin(this, style()->marginBeforeUsing(otherStyle ? otherStyle : style())); in marginBefore()
DRenderBox.cpp3153 …marginBefore = minimumValueForLength(style()->marginBeforeUsing(containingBlockStyle), cw, renderV… in computeBlockDirectionMargins()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h686 …Length marginBeforeUsing(const RenderStyle* otherStyle) const { return surround->margin.before(oth… in marginBeforeUsing() function