mustDiscardMarginBeforeForChild 1032 Source/core/rendering/RenderBlockFlow.cpp bool childDiscardMarginBefore = mustDiscardMarginBeforeForChild(child); mustDiscardMarginBeforeForChild 1247 Source/core/rendering/RenderBlockFlow.cpp bool childDiscardMargin = mustDiscardMarginBeforeForChild(child) || mustDiscardMarginAfterForChild(child); mustDiscardMarginBeforeForChild 1395 Source/core/rendering/RenderBlockFlow.cpp discardMarginBefore = mustDiscardMarginBeforeForChild(child); mustDiscardMarginBeforeForChild 405 Source/core/rendering/RenderBlockFlow.h bool mustDiscardMarginBeforeForChild(const RenderBox*) const;