Home
last modified time | relevance | path

Searched refs:marginEndUsing (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp731 return computeMargin(this, style()->marginEndUsing(otherStyle ? otherStyle : style())); in marginEnd()
DRenderBlock.cpp1827 Length marginRight = child->style()->marginEndUsing(style()); in marginIntrinsicLogicalWidthForChild()
4420 Length endMarginLength = childStyle->marginEndUsing(styleToUse); in computeBlockPreferredLogicalWidths()
DRenderBox.cpp2521 Length marginEndLength = style()->marginEndUsing(containingBlockStyle); in computeInlineDirectionMargins()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h685 …Length marginEndUsing(const RenderStyle* otherStyle) const { return surround->margin.end(otherStyl… in marginEndUsing() function