HomeSort by relevance Sort by last modified time
    Searched defs:SVGSwitchElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGSwitchElement.h 31 class SVGSwitchElement : public SVGStyledTransformableElement,
36 SVGSwitchElement(const QualifiedName&, Document*);
37 virtual ~SVGSwitchElement();
48 DECLARE_ANIMATED_PROPERTY(SVGSwitchElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGSwitchElement.cpp 23 #include "SVGSwitchElement.h"
30 SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* doc)
38 SVGSwitchElement::~SVGSwitchElement()
42 bool SVGSwitchElement::childShouldCreateRenderer(Node* child) const
55 RenderObject* SVGSwitchElement::createRenderer(RenderArena* arena, RenderStyle*)
60 void SVGSwitchElement::synchronizeProperty(const QualifiedName& attrName)

Completed in 15 milliseconds