Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSMutableStyleDeclaration.cpp264 RefPtr<CSSValue> bottomValue = getPropertyCSSValue(properties[2]); in get4Values() local
268 if (!topValue || !rightValue || !bottomValue || !leftValue) in get4Values()
272 bool showBottom = (topValue->cssText() != bottomValue->cssText()) || showLeft; in get4Values()
279 res += " " + bottomValue->cssText(); in get4Values()
/external/webkit/WebCore/rendering/
DRenderBox.cpp2636 int bottomValue = 0; in calcAbsoluteVerticalReplaced() local
2643 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
2645 int difference = availableSpace - (topValue + bottomValue); in calcAbsoluteVerticalReplaced()
2657 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
2660 topValue = availableSpace - (bottomValue + m_marginTop + m_marginBottom); in calcAbsoluteVerticalReplaced()
2672 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
2675 m_marginTop = availableSpace - (topValue + bottomValue + m_marginBottom); in calcAbsoluteVerticalReplaced()
2679 bottomValue = bottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()
2682 m_marginBottom = availableSpace - (topValue + bottomValue + m_marginTop); in calcAbsoluteVerticalReplaced()