Searched defs:marginAfter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp766 LayoutUnit RenderInline::marginAfter(const RenderStyle* otherStyle) const function in class:blink::RenderInline
H A DRenderBox.cpp2052 // widths, so we don't have to check marginBefore/marginAfter.
2245 computedValues.m_margins.m_after, style()->marginBefore(), style()->marginAfter());
2273 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
2293 computedValues.m_margins.m_after, style()->marginBefore(), style()->marginAfter());
2309 LayoutUnit marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
2388 rootMarginBorderPaddingHeight += cb->marginBefore() + cb->marginAfter() + cb->borderAndPaddingLogicalHeight();
2672 availableHeight -= marginBefore() + marginAfter() + borderAndPaddingLogicalHeight();
2680 LayoutUnit marginAfter; local
2681 computeMarginsForDirection(BlockDirection, containingBlock, containingBlockLogicalWidthForContent(), logicalHeight(), marginBefore, marginAfter,
2687 containingBlock->setMarginAfterForChild(this, marginAfter);
3174 const Length marginAfter = styleToUse->marginAfter(); local
3266 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, const Length& logicalTop, const Length& logicalBottom, const Length& marginBefore, const Length& marginAfter, LogicalExtentComputedValues& computedValues) const argument
3581 Length marginAfter = style()->marginAfter(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h387 bool hasMarginAfterQuirk() const { return marginAfter().quirk(); }
691 const Length& marginAfter() const { return surround->margin.after(writingMode()); } function in class:blink::RenderStyle

Completed in 1014 milliseconds