Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginAfter

2279     // widths, so we don't have to check marginBefore/marginAfter.
2576 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
2617 LayoutUnit marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
2700 rootMarginBorderPaddingHeight += cb->marginBefore() + cb->marginAfter() + cb->borderAndPaddingLogicalHeight();
2961 availableHeight -= marginBefore() + marginAfter() + borderAndPaddingLogicalHeight();
2966 void RenderBox::computeBlockDirectionMargins(const RenderBlock* containingBlock, LayoutUnit& marginBefore, LayoutUnit& marginAfter) const
2972 marginAfter = 0;
2982 marginAfter = minimumValueForLength(style()->marginAfterUsing(containingBlockStyle), cw, renderView);
2988 LayoutUnit marginAfter;
2989 computeBlockDirectionMargins(containingBlock, marginBefore, marginAfter);
2991 containingBlock->setMarginAfterForChild(this, marginAfter);
3513 const Length marginAfter = styleToUse->marginAfter();
3541 logicalTopLength, logicalBottomLength, marginBefore, marginAfter,
3552 logicalTopLength, logicalBottomLength, marginBefore, marginAfter,
3568 logicalTopLength, logicalBottomLength, marginBefore, marginAfter,
3626 Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter,
3675 if (marginBefore.isAuto() && marginAfter.isAuto()) {
3682 computedValues.m_margins.m_after = valueForLength(marginAfter, containerRelativeLogicalWidth, renderView);
3684 } else if (marginAfter.isAuto()) {
3691 computedValues.m_margins.m_after = valueForLength(marginAfter, containerRelativeLogicalWidth, renderView);
3721 computedValues.m_margins.m_after = minimumValueForLength(marginAfter, containerRelativeLogicalWidth, renderView);
3941 Length marginAfter = style()->marginAfter();
3975 if (marginAfter.isAuto())
3976 marginAfter.setValue(Fixed, 0);
3987 if (marginBefore.isAuto() && marginAfter.isAuto()) {
4005 marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth, renderView);
4012 marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth, renderView);
4019 marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth, renderView);
4025 } else if (marginAfter.isAuto()) {
4035 marginAfterAlias = valueForLength(marginAfter, containerRelativeLogicalWidth, renderView);