Home
last modified time | relevance | path

Searched refs:cssSVGAttr (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp396 Attribute* cssSVGAttr = attr; in getPresentationAttribute() local
403 if (getMappedAttributeDecl(entry, cssSVGAttr) == cssSVGAttr->decl()) { in getPresentationAttribute()
404 cssSVGAttr->setDecl(0); in getPresentationAttribute()
405 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name()); in getPresentationAttribute()
406 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value()); in getPresentationAttribute()
408 return cssSVGAttr->style()->getPropertyCSSValue(name); in getPresentationAttribute()