Home | History | Annotate | Download | only in css

Lines Matching defs:leftValue

2944     RefPtrWillBeRawPtr<CSSValue> leftValue = getPropertyCSSValue(shorthand.properties()[3], DoNotUpdateLayout);
2947 if (!topValue || !rightValue || !bottomValue || !leftValue)
2950 bool showLeft = !compareCSSValuePtr(rightValue, leftValue);
2960 list->append(leftValue.release());