Searched refs:SVGDefsElement (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGDefsElement.cpp24 #include "SVGDefsElement.h"
32 DEFINE_ANIMATED_BOOLEAN(SVGDefsElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
34 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGDefsElement)
40 inline SVGDefsElement::SVGDefsElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGDefsElement
47 PassRefPtr<SVGDefsElement> SVGDefsElement::create(const QualifiedName& tagName, Document* document)
49 return adoptRef(new SVGDefsElement(tagName, document));
52 bool SVGDefsElement::isValid() const
57 RenderObject* SVGDefsElement
[all...]
H A DSVGDefsElement.idl28 ] interface SVGDefsElement : SVGStyledElement,
H A DSVGDefsElement.h33 class SVGDefsElement FINAL : public SVGStyledTransformableElement,
38 static PassRefPtr<SVGDefsElement> create(const QualifiedName&, Document*);
41 SVGDefsElement(const QualifiedName&, Document*);
47 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGDefsElement)

Completed in 170 milliseconds