Searched refs:marginEndUsing (Results 1 – 4 of 4) sorted by relevance
731 return computeMargin(this, style()->marginEndUsing(otherStyle ? otherStyle : style())); in marginEnd()
1827 Length marginRight = child->style()->marginEndUsing(style()); in marginIntrinsicLogicalWidthForChild()4420 Length endMarginLength = childStyle->marginEndUsing(styleToUse); in computeBlockPreferredLogicalWidths()
2521 Length marginEndLength = style()->marginEndUsing(containingBlockStyle); in computeInlineDirectionMargins()
685 …Length marginEndUsing(const RenderStyle* otherStyle) const { return surround->margin.end(otherStyl… in marginEndUsing() function