Home | History | Annotate | Download | only in css

Lines Matching defs:leftValue

290     RefPtr<CSSValue> leftValue = getPropertyCSSValue(properties[3]);
293 if (!topValue || !rightValue || !bottomValue || !leftValue)
296 bool showLeft = rightValue->cssText() != leftValue->cssText();
306 res += " " + leftValue->cssText();