Searched refs:negativeMarginAfter (Results 1 – 2 of 2) sorted by relevance
273 LayoutUnit negativeMarginAfter() const { return m_negativeMarginAfter; } in negativeMarginAfter() function337 …iveMarginAfter() const { return m_rareData ? m_rareData->m_margins.negativeMarginAfter() : RenderB… in maxNegativeMarginAfter()
939 negTop = max(negTop, childMargins.negativeMarginAfter()); in collapseMargins()1013 marginInfo.setNegativeMarginIfLarger(childMargins.negativeMarginAfter()); in collapseMargins()1045 marginInfo.setNegativeMargin(childMargins.negativeMarginAfter()); in collapseMargins()1125 …fo.setNegativeMargin(max(childMargins.negativeMarginBefore(), childMargins.negativeMarginAfter())); in clearFloatsIfNeeded()