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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp3003 RefPtr<CSSValue> bottomValue = propertyValue(shorthand.properties()[2], DoNotUpdateLayout); local
3007 if (!topValue || !rightValue || !bottomValue || !leftValue)
3011 bool showBottom = !compareCSSValuePtr(topValue, bottomValue) || showLeft;
3018 list->append(bottomValue.release());

Completed in 76 milliseconds