Searched refs:maxNegativeMarginAfter (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h256 int maxNegativeMarginAfter() const { return m_rareData ? m_rareData->m_margins.negativeMarginAfter() : RenderBlockRareData::negativeMarginAfterDefault(this); } function in class:WebCore::RenderBlock
350 virtual int collapsedMarginAfter() const { return maxPositiveMarginAfter() - maxNegativeMarginAfter(); }
H A DRenderFlexibleBox.cpp278 if (maxNegativeMarginAfter() > neg)
279 neg = maxNegativeMarginAfter();
H A DRenderBlock.cpp1828 setMaxMarginAfterValues(max(maxPositiveMarginAfter(), marginInfo.positiveMargin()), max(maxNegativeMarginAfter(), marginInfo.negativeMargin()));
6276 childAfterNegative = childRenderBlock->maxNegativeMarginAfter();
6286 childBeforeNegative = childRenderBlock->maxNegativeMarginAfter();

Completed in 495 milliseconds