Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBox.cpp3088 int bottomValue = 0; in calcAbsoluteVerticalReplaced() local
3095 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
3097 int difference = availableSpace - (topValue + bottomValue); in calcAbsoluteVerticalReplaced()
3109 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
3112 topValue = availableSpace - (bottomValue + m_marginTop + m_marginBottom); in calcAbsoluteVerticalReplaced()
3124 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
3127 m_marginTop = availableSpace - (topValue + bottomValue + m_marginBottom); in calcAbsoluteVerticalReplaced()
3131 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
3134 m_marginBottom = availableSpace - (topValue + bottomValue + m_marginTop); in calcAbsoluteVerticalReplaced()