Searched defs:marginAfter (Results 1 – 3 of 3) sorted by relevance
2680 LayoutUnit marginAfter; in computeAndSetBlockDirectionMargins() local3174 const Length marginAfter = styleToUse->marginAfter(); in computePositionedLogicalHeight() local3269 … const Length& marginAfter, LogicalExtentComputedValues& computedValues) const in computePositionedLogicalHeightUsing() argument3581 Length marginAfter = style()->marginAfter(); in computePositionedLogicalHeightReplaced() local
766 LayoutUnit RenderInline::marginAfter(const RenderStyle* otherStyle) const in marginAfter() function in blink::RenderInline
691 const Length& marginAfter() const { return surround->margin.after(writingMode()); } in marginAfter() function