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 46 virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;
SVGScriptElement.cpp 205 bool SVGScriptElement::isAnimatableAttribute(const QualifiedName& name) const
210 return SVGElement::isAnimatableAttribute(name);
SVGElement.h 138 virtual bool isAnimatableAttribute(const QualifiedName&) const;
SVGElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 422 // if SVGElement::isAnimatableAttribute is true, but the list of
423 // animatable attributes in isAnimatableAttribute does not suffice to
    [all...]

Completed in 122 milliseconds