Home | History | Annotate | Download | only in css

Lines Matching refs:topValue

262     RefPtr<CSSValue> topValue = getPropertyCSSValue(properties[0]);
268 if (!topValue || !rightValue || !bottomValue || !leftValue)
272 bool showBottom = (topValue->cssText() != bottomValue->cssText()) || showLeft;
273 bool showRight = (topValue->cssText() != rightValue->cssText()) || showBottom;
275 String res = topValue->cssText();