Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp2608 …int& marginAfterAlias = isHorizontal ? (isFlipped ? m_marginTop : m_marginBottom) : (isFlipped ? m… in computePositionedLogicalHeight() local
2640 … logicalHeightResult, marginBeforeAlias, marginAfterAlias, logicalTopPos); in computePositionedLogicalHeight()
2660 marginAfterAlias = maxMarginAfter; in computePositionedLogicalHeight()
2679 marginAfterAlias = minMarginAfter; in computePositionedLogicalHeight()
3014 …int& marginAfterAlias = isHorizontal ? (isFlipped ? m_marginTop : m_marginBottom) : (isFlipped ? m… in computePositionedLogicalHeightReplaced() local
3067 marginAfterAlias = difference - marginBeforeAlias; // account for odd valued differences in computePositionedLogicalHeightReplaced()
3075 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightReplaced()
3079 … logicalTopValue = availableSpace - (logicalBottomValue + marginBeforeAlias + marginAfterAlias); in computePositionedLogicalHeightReplaced()
3082 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightReplaced()
3089 marginAfterAlias = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightReplaced()
[all …]