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

/external/webkit/Source/WebCore/svg/
H A DSVGSwitchElement.cpp24 #include "SVGSwitchElement.h"
32 DEFINE_ANIMATED_BOOLEAN(SVGSwitchElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
34 inline SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGSwitchElement
39 PassRefPtr<SVGSwitchElement> SVGSwitchElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new SVGSwitchElement(tagName, document));
44 bool SVGSwitchElement::childShouldCreateRenderer(Node* child) const
62 RenderObject* SVGSwitchElement::createRenderer(RenderArena* arena, RenderStyle*)
67 void SVGSwitchElement
[all...]
H A DSVGSwitchElement.idl28 interface [Conditional=SVG] SVGSwitchElement : SVGElement,
H A DSVGSwitchElement.h33 class SVGSwitchElement : public SVGStyledTransformableElement, class in namespace:WebCore
38 static PassRefPtr<SVGSwitchElement> create(const QualifiedName&, Document*);
41 SVGSwitchElement(const QualifiedName&, Document*);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl700 attribute SVGSwitchElementConstructor SVGSwitchElement;
/external/webkit/Source/WebCore/
H A DAndroid.mk1175 svg/SVGSwitchElement.cpp \

Completed in 89 milliseconds