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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGDefsElement.idl26 interface SVGDefsElement : SVGGraphicsElement {
29 SVGDefsElement implements SVGExternalResourcesRequired;
H A DSVGDefsElement.cpp22 #include "SVGDefsElement.h"
30 DEFINE_ANIMATED_BOOLEAN(SVGDefsElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
32 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGDefsElement)
37 inline SVGDefsElement::SVGDefsElement(const QualifiedName& tagName, Document& document) function in class:WebCore::SVGDefsElement
44 PassRefPtr<SVGDefsElement> SVGDefsElement::create(const QualifiedName& tagName, Document& document)
46 return adoptRef(new SVGDefsElement(tagName, document));
49 bool SVGDefsElement::isValid() const
54 RenderPtr<RenderElement> SVGDefsElement
[all...]
H A DSVGDefsElement.h30 class SVGDefsElement final : public SVGGraphicsElement,
33 static PassRefPtr<SVGDefsElement> create(const QualifiedName&, Document&);
36 SVGDefsElement(const QualifiedName&, Document&);
43 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGDefsElement)

Completed in 229 milliseconds