Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp148 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const String& attr… in constructQualifiedName() function
178 m_attributeName = constructQualifiedName(this, getAttribute(SVGNames::attributeNameAttr)); in insertedIntoDocument()
417 m_attributeName = constructQualifiedName(this, attr->value()); in attributeChanged()
/external/webkit/Source/WebCore/
DChangeLog63492 (WebCore::constructQualifiedName): Create a QualifiedName from a attribute name.