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 65 class SVGAnimationElement : public SVGSMILElement,
69 // SVGAnimationElement
98 void adjustForInheritance(AnimatedType (*parseTypeFromString)(SVGAnimationElement*, const String&),
165 SVGAnimationElement(const QualifiedName&, Document*);
225 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAnimationElement)
SVGAnimationElement.cpp 27 #include "core/svg/SVGAnimationElement.h"
43 DEFINE_ANIMATED_BOOLEAN(SVGAnimationElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
45 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGAnimationElement)
50 SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document* document)
63 UseCounter::count(document, UseCounter::SVGAnimationElement);
151 bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName)
170 void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
231 void SVGAnimationElement::svgAttributeChanged(const QualifiedName& attrName)
241 void SVGAnimationElement::animationAttributeChanged(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
UseCounter.h 152 SVGAnimationElement,

Completed in 84 milliseconds