Searched refs:maxNegativeMarginBefore (Results 1 – 2 of 2) sorted by relevance
335 …LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMar… in maxNegativeMarginBefore() function367 …rginBefore() const OVERRIDE FINAL { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); } in collapsedMarginBefore()
390 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()