Searched refs:updateCSSForAttribute (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.cpp292 static void updateCSSForAttribute(SVGSVGElement* element, const QualifiedName& attrName, CSSPropertyID property, const SVGLength& value) function in namespace:WebCore
311 updateCSSForAttribute(this, attrName, CSSPropertyWidth, widthBaseValue());
314 updateCSSForAttribute(this, attrName, CSSPropertyHeight, heightBaseValue());

Completed in 61 milliseconds