Home | History | Annotate | Download | only in css

Lines Matching defs:rightValue

2942     RefPtrWillBeRawPtr<CSSValue> rightValue = getPropertyCSSValue(shorthand.properties()[1], DoNotUpdateLayout);
2947 if (!topValue || !rightValue || !bottomValue || !leftValue)
2950 bool showLeft = !compareCSSValuePtr(rightValue, leftValue);
2952 bool showRight = !compareCSSValuePtr(topValue, rightValue) || showBottom;
2956 list->append(rightValue.release());