Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp2713 … int& logicalHeightValue, int& marginBeforeValue, int& marginAfterValue, int& logicalTopPos) in computePositionedLogicalHeightUsing() argument
2755marginAfterValue = availableSpace - marginBeforeValue; // account for odd valued differences in computePositionedLogicalHeightUsing()
2758 marginAfterValue = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightUsing()
2759 marginBeforeValue = availableSpace - marginAfterValue; in computePositionedLogicalHeightUsing()
2763 marginAfterValue = availableSpace - marginBeforeValue; in computePositionedLogicalHeightUsing()
2767 marginAfterValue = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightUsing()
2797 marginAfterValue = marginAfter.calcMinValue(containerLogicalHeight); in computePositionedLogicalHeightUsing()
2799 …const int availableSpace = containerLogicalHeight - (marginBeforeValue + marginAfterValue + border… in computePositionedLogicalHeightUsing()