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

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp99 int RenderBox::marginBefore() const function in class:WebCore::RenderBox
309 if (isPositioned() && style()->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != style()->marginBefore()
1836 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
1893 int marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
2605 const Length marginBefore = style()->marginBefore(); local
2639 logicalTop, logicalBottom, marginBefore, marginAfter,
2654 logicalTop, logicalBottom, marginBefore, marginAfter,
2673 logicalTop, logicalBottom, marginBefore, marginAfte
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
3011 Length marginBefore = style()->marginBefore(); local
[all...]
H A DRenderBoxModelObject.h107 virtual int marginBefore() const = 0;
H A DRenderInline.h46 virtual int marginBefore() const;
H A DRenderBox.h206 virtual int marginBefore() const;
223 virtual int collapsedMarginBefore() const { return marginBefore(); }
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.h762 return std::max(block->marginBefore(), 0);
767 return std::max(-block->marginBefore(), 0);
H A DRenderBlock.cpp1257 setMarginBeforeQuirk(style()->marginBefore().quirk());
1492 int marginBefore = marginBeforeForChild(child); local
1495 if (marginBefore > 0) {
1496 if (marginBefore > collapsedBeforePos)
1497 collapsedBeforePos = marginBefore;
1499 if (-marginBefore > collapsedBeforeNeg)
1500 collapsedBeforeNeg = -marginBefore;
1502 logicalTop += (collapsedBeforePos - collapsedBeforeNeg) - marginBefore;
1659 if (!marginInfo.determinedMarginBeforeQuirk() && topQuirk && !marginBefore())
6304 beforeMargin = child->marginBefore();
[all...]
H A DRenderInline.cpp693 int RenderInline::marginBefore() const function in class:WebCore::RenderInline
695 return computeMargin(this, style()->marginBefore());
H A DRootInlineBox.cpp654 ascentWithMargin += box->boxModelObject()->borderBefore() + box->boxModelObject()->paddingBefore() + box->boxModelObject()->marginBefore();
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1320 Length RenderStyle::marginBefore() const function in class:WebCore::RenderStyle
H A DRenderStyle.h613 Length marginBefore() const;

Completed in 228 milliseconds