Searched defs:SVGSVGElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGSVGElement.h41 class SVGSVGElement : public SVGStyledLocatableElement, class in namespace:WebCore
48 SVGSVGElement(const QualifiedName&, Document*);
49 virtual ~SVGSVGElement();
55 // 'SVGSVGElement' functions
138 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::xAttr, SVGLength, X, x)
139 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::yAttr, SVGLength, Y, y)
140 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::widthAttr, SVGLength, Width, width)
141 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::heightAttr, SVGLength, Height, height)
144 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
147 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGName
[all...]
H A DSVGSVGElement.cpp25 #include "SVGSVGElement.h"
59 SVGSVGElement::SVGSVGElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::SVGSVGElement
80 SVGSVGElement::~SVGSVGElement()
88 const AtomicString& SVGSVGElement::contentScriptType() const
95 void SVGSVGElement::setContentScriptType(const AtomicString& type)
100 const AtomicString& SVGSVGElement::contentStyleType() const
107 void SVGSVGElement::setContentStyleType(const AtomicString& type)
112 FloatRect SVGSVGElement
[all...]

Completed in 343 milliseconds