Lines Matching refs:CSSValue
105 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID);
250 RefPtr<CSSValue> value = getPropertyCSSValue(CSSPropertyMarkerStart);
262 RefPtr<CSSValue> topValue = getPropertyCSSValue(properties[0]);
263 RefPtr<CSSValue> rightValue = getPropertyCSSValue(properties[1]);
264 RefPtr<CSSValue> bottomValue = getPropertyCSSValue(properties[2]);
265 RefPtr<CSSValue> leftValue = getPropertyCSSValue(properties[3]);
291 Vector< RefPtr<CSSValue> > values(number);
313 RefPtr<CSSValue> value;
334 RefPtr<CSSValue> yValue;
335 RefPtr<CSSValue> nextValue = values[j + 1];
390 RefPtr<CSSValue> value = getPropertyCSSValue(properties[i]);
408 RefPtr<CSSValue> value = getPropertyCSSValue(properties[i]);
423 PassRefPtr<CSSValue> CSSMutableStyleDeclaration::getPropertyCSSValue(int propertyID) const