Lines Matching defs:rightValue
288 RefPtr<CSSValue> rightValue = getPropertyCSSValue(properties[1]);
293 if (!topValue || !rightValue || !bottomValue || !leftValue)
296 bool showLeft = rightValue->cssText() != leftValue->cssText();
298 bool showRight = (topValue->cssText() != rightValue->cssText()) || showBottom;
302 res += " " + rightValue->cssText();