Searched refs:marginAfter (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp115 int RenderBox::marginAfter() const function in class:WebCore::RenderBox
1836 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
1893 int marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
2606 const Length marginAfter = style()->marginAfter(); local
2639 logicalTop, logicalBottom, marginBefore, marginAfter,
2654 logicalTop, logicalBottom, marginBefore, marginAfter,
2673 logicalTop, logicalBottom, marginBefore, marginAfter,
2712 Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter,
2751 if (marginBefore.isAuto() && marginAfter
2710 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, int containerLogicalHeight, int bordersPlusPadding, Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter, int& logicalHeightValue, int& marginBeforeValue, int& marginAfterValue, int& logicalTopPos) argument
3012 Length marginAfter = style()->marginAfter(); local
[all...]
H A DRenderBoxModelObject.h108 virtual int marginAfter() const = 0;
H A DRenderInline.h47 virtual int marginAfter() const;
H A DRenderBox.h207 virtual int marginAfter() const;
224 virtual int collapsedMarginAfter() const { return marginAfter(); }
H A DRenderTable.cpp281 setLogicalHeight(logicalHeight() + m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter());
350 int oldTableLogicalTop = m_caption ? m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter() : 0;
600 int captionLogicalHeight = m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter();
H A DRenderBlock.h771 return std::max(block->marginAfter(), 0);
775 return std::max(-block->marginAfter(), 0);
H A DRenderInline.cpp698 int RenderInline::marginAfter() const function in class:WebCore::RenderInline
700 return computeMargin(this, style()->marginAfter());
H A DRootInlineBox.cpp655 descentWithMargin += box->boxModelObject()->borderAfter() + box->boxModelObject()->paddingAfter() + box->boxModelObject()->marginAfter();
H A DRenderBlock.cpp1258 setMarginAfterQuirk(style()->marginAfter().quirk());
1848 if (marginInfo.marginAfterQuirk() && marginAfter() == 0)
6305 afterMargin = child->marginAfter();
6316 beforeMargin = child->marginAfter();
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1336 Length RenderStyle::marginAfter() const function in class:WebCore::RenderStyle
H A DRenderStyle.h614 Length marginAfter() const;

Completed in 117 milliseconds