HomeSort by relevance Sort by last modified time
    Searched refs:isAnimatableAttribute (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGScriptElement.h 45 virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;
SVGScriptElement.cpp 194 bool SVGScriptElement::isAnimatableAttribute(const QualifiedName& name) const
199 return SVGElement::isAnimatableAttribute(name);
SVGElement.h 139 virtual bool isAnimatableAttribute(const QualifiedName&) const;
SVGElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 414 // if SVGElement::isAnimatableAttribute is true, but the list of
415 // animatable attributes in isAnimatableAttribute does not suffice to
    [all...]

Completed in 189 milliseconds