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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGSwitchElement.cpp24 #include "SVGSwitchElement.h"
33 DEFINE_ANIMATED_BOOLEAN(SVGSwitchElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
35 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGSwitchElement)
41 inline SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGSwitchElement
48 PassRefPtr<SVGSwitchElement> SVGSwitchElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new SVGSwitchElement(tagName, document));
53 bool SVGSwitchElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
71 RenderObject* SVGSwitchElement
[all...]
H A DSVGSwitchElement.idl28 ] interface SVGSwitchElement : SVGStyledElement,
H A DSVGSwitchElement.h33 class SVGSwitchElement FINAL : public SVGStyledTransformableElement,
38 static PassRefPtr<SVGSwitchElement> create(const QualifiedName&, Document*);
41 SVGSwitchElement(const QualifiedName&, Document*);
50 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSwitchElement)

Completed in 173 milliseconds