Home | History | Annotate | Download | only in css

Lines Matching defs:getPropertyCSSValue

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]);
295 values[i] = getPropertyCSSValue(properties[i]);
390 RefPtr<CSSValue> value = getPropertyCSSValue(properties[i]);
408 RefPtr<CSSValue> value = getPropertyCSSValue(properties[i]);
423 PassRefPtr<CSSValue> CSSMutableStyleDeclaration::getPropertyCSSValue(int propertyID) const