Home
last modified time | relevance | path

Searched refs:childAfterNegative (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp6257 int childAfterNegative = 0; in marginValuesForChild() local
6271 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()