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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h254 int maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockRareData::negativeMarginBeforeDefault(this); } function in class:WebCore::RenderBlock
349 virtual int collapsedMarginBefore() const { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); }
H A DRenderFlexibleBox.cpp275 int neg = maxNegativeMarginBefore();
H A DRenderBlock.cpp114 m_negativeMargin = m_canCollapseMarginBeforeWithChildren ? block->maxNegativeMarginBefore() : 0;
1633 setMaxMarginBeforeValues(max(posTop, maxPositiveMarginBefore()), max(negTop, maxNegativeMarginBefore()));
1959 int oldNegMarginBefore = maxNegativeMarginBefore();
6274 childBeforeNegative = childRenderBlock->maxNegativeMarginBefore();
6288 childAfterNegative = childRenderBlock->maxNegativeMarginBefore();

Completed in 184 milliseconds