Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGStyledElement.cpp292 MappedAttribute* cssSVGAttr = static_cast<MappedAttribute*>(attr); in getPresentationAttribute() local
299 if (getMappedAttributeDecl(entry, cssSVGAttr) == cssSVGAttr->decl()) { in getPresentationAttribute()
300 cssSVGAttr->setDecl(0); in getPresentationAttribute()
301 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name()); in getPresentationAttribute()
302 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value()); in getPresentationAttribute()
304 return cssSVGAttr->style()->getPropertyCSSValue(name); in getPresentationAttribute()