Searched refs:childAfterNegative (Results 1 – 1 of 1) sorted by relevance
6257 int childAfterNegative = 0; in marginValuesForChild() local6271 childAfterNegative = childRenderBlock->maxNegativeMarginAfter(); in marginValuesForChild()6283 childAfterNegative = childRenderBlock->maxNegativeMarginBefore(); in marginValuesForChild()6306 childAfterNegative = -afterMargin; in marginValuesForChild()6309 …urn MarginValues(childBeforePositive, childBeforeNegative, childAfterPositive, childAfterNegative); in marginValuesForChild()