Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.h335 …LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMar… in maxNegativeMarginBefore() function
367 …rginBefore() const OVERRIDE FINAL { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); } in collapsedMarginBefore()
DRenderBlockFlow.cpp390 LayoutUnit oldNegMarginBefore = maxNegativeMarginBefore(); in layoutBlockChild()
856 …hChildren && !blockFlow->mustDiscardMarginBefore()) ? blockFlow->maxNegativeMarginBefore() : Layou… in MarginInfo()
876 childBeforeNegative = childRenderBlockFlow->maxNegativeMarginBefore(); in marginValuesForChild()
890 childAfterNegative = childRenderBlockFlow->maxNegativeMarginBefore(); in marginValuesForChild()
952 …MarginBeforeValues(max(posTop, maxPositiveMarginBefore()), max(negTop, maxNegativeMarginBefore())); in collapseMargins()