Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.h403 …LayoutUnit maxNegativeMarginAfter() const { return m_rareData ? m_rareData->m_margins.negativeMarg… in maxNegativeMarginAfter() function
434 …dMarginAfter() const OVERRIDE FINAL { return maxPositiveMarginAfter() - maxNegativeMarginAfter(); } in collapsedMarginAfter()
DRenderBlockFlow.cpp1127 childAfterNegative = childRenderBlockFlow->maxNegativeMarginAfter(); in marginValuesForChild()
1137 childBeforeNegative = childRenderBlockFlow->maxNegativeMarginAfter(); in marginValuesForChild()
1423 …maxPositiveMarginAfter(), marginInfo.positiveMargin()), std::max(maxNegativeMarginAfter(), marginI… in setCollapsedBottomMargin()