Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxNegativeMarginBefore

114     m_negativeMargin = m_canCollapseMarginBeforeWithChildren ? block->maxNegativeMarginBefore() : 0;
1648 setMaxMarginBeforeValues(max(posTop, maxPositiveMarginBefore()), max(negTop, maxNegativeMarginBefore()));
1974 int oldNegMarginBefore = maxNegativeMarginBefore();
6300 childBeforeNegative = childRenderBlock->maxNegativeMarginBefore();
6314 childAfterNegative = childRenderBlock->maxNegativeMarginBefore();