Home | History | Annotate | Download | only in css

Lines Matching defs:topValue

287     RefPtr<CSSValue> topValue = getPropertyCSSValue(properties[0]);
293 if (!topValue || !rightValue || !bottomValue || !leftValue)
297 bool showBottom = (topValue->cssText() != bottomValue->cssText()) || showLeft;
298 bool showRight = (topValue->cssText() != rightValue->cssText()) || showBottom;
300 String res = topValue->cssText();