Searched refs:maxNegativeMarginAfter (Results 1 – 2 of 2) sorted by relevance
403 …LayoutUnit maxNegativeMarginAfter() const { return m_rareData ? m_rareData->m_margins.negativeMarg… in maxNegativeMarginAfter() function434 …dMarginAfter() const OVERRIDE FINAL { return maxPositiveMarginAfter() - maxNegativeMarginAfter(); } in collapsedMarginAfter()
1127 childAfterNegative = childRenderBlockFlow->maxNegativeMarginAfter(); in marginValuesForChild()1137 childBeforeNegative = childRenderBlockFlow->maxNegativeMarginAfter(); in marginValuesForChild()1423 …maxPositiveMarginAfter(), marginInfo.positiveMargin()), std::max(maxNegativeMarginAfter(), marginI… in setCollapsedBottomMargin()