Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.h58 virtual void setAttributeName(const QualifiedName&) OVERRIDE;
DSVGAnimateElement.cpp420 void SVGAnimateElement::setAttributeName(const QualifiedName& attributeName) in setAttributeName() function in WebCore::SVGAnimateElement
422 SVGAnimationElement::setAttributeName(attributeName); in setAttributeName()
DSVGAnimationElement.h195 virtual void setAttributeName(const QualifiedName&) OVERRIDE;
DSVGAnimationElement.cpp693 void SVGAnimationElement::setAttributeName(const QualifiedName& attributeName) in setAttributeName() function in WebCore::SVGAnimationElement
695 SVGSMILElement::setAttributeName(attributeName); in setAttributeName()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h128 virtual void setAttributeName(const QualifiedName&);
DSVGSMILElement.cpp294 setAttributeName(constructQualifiedName(this, fastGetAttribute(SVGNames::attributeNameAttr))); in insertedInto()
324 setAttributeName(anyQName()); in removedFrom()
542setAttributeName(constructQualifiedName(this, fastGetAttribute(SVGNames::attributeNameAttr))); in svgAttributeChanged()
619 void SVGSMILElement::setAttributeName(const QualifiedName& attributeName) in setAttributeName() function in WebCore::SVGSMILElement