Home
last modified time | relevance | path

Searched refs:maxNegativeMarginBefore (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBlock.h254 …int maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefo… in maxNegativeMarginBefore() function
349 …int collapsedMarginBefore() const { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); } in collapsedMarginBefore()
DRenderFlexibleBox.cpp275 int neg = maxNegativeMarginBefore(); in layoutBlock()
DRenderBlock.cpp114 m_negativeMargin = m_canCollapseMarginBeforeWithChildren ? block->maxNegativeMarginBefore() : 0; in MarginInfo()
1628 …MarginBeforeValues(max(posTop, maxPositiveMarginBefore()), max(negTop, maxNegativeMarginBefore())); in collapseMargins()
1954 int oldNegMarginBefore = maxNegativeMarginBefore(); in layoutBlockChild()
6269 childBeforeNegative = childRenderBlock->maxNegativeMarginBefore(); in marginValuesForChild()
6283 childAfterNegative = childRenderBlock->maxNegativeMarginBefore(); in marginValuesForChild()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0642236 (WebCore::RenderBlock::maxNegativeMarginBefore):