HomeSort by relevance Sort by last modified time
    Searched defs:SVGAnimationElement (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h 59 class SVGAnimationElement : public SVGSMILElement {
62 // SVGAnimationElement
133 SVGAnimationElement(const QualifiedName&, Document&);
SVGAnimationElement.cpp 27 #include "core/svg/SVGAnimationElement.h"
42 SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document& document)
52 UseCounter::count(document, UseCounter::SVGAnimationElement);
134 bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName)
151 void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
208 void SVGAnimationElement::svgAttributeChanged(const QualifiedName& attrName)
218 void SVGAnimationElement::animationAttributeChanged()
227 float SVGAnimationElement::getStartTime() const
232 float SVGAnimationElement::getCurrentTime() cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 129 SVGAnimationElement = 90,

Completed in 95 milliseconds