negativeMargin 1118 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit collapsedBeforeNeg = max(marginInfo.negativeMargin(), childMargins.negativeMarginBefore()); negativeMargin 1148 Source/core/rendering/RenderBlockFlow.cpp setLogicalHeight(logicalHeight() + max(marginInfo.positiveMargin(), posTop) - max(marginInfo.negativeMargin(), negTop)); negativeMargin 1206 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit collapsedBeforeNeg = marginInfo.negativeMargin(); negativeMargin 1307 Source/core/rendering/RenderBlockFlow.cpp setMaxMarginAfterValues(max(maxPositiveMarginAfter(), marginInfo.positiveMargin()), max(maxNegativeMarginAfter(), marginInfo.negativeMargin())); negativeMargin 1400 Source/core/rendering/RenderBlockFlow.cpp logicalTopEstimate += max(marginInfo.positiveMargin(), positiveMarginBefore) - max(marginInfo.negativeMargin(), negativeMarginBefore);