Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h130 bool isAnimatableAttribute(const QualifiedName&) const;
DSVGElement.cpp1109 bool SVGElement::isAnimatableAttribute(const QualifiedName& name) const in isAnimatableAttribute() function in WebCore::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3047 return !toSVGElement(this)->isAnimatableAttribute(name); in fastAttributeLookupAllowed()