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

  /external/webkit/WebCore/svg/
SVGSVGElement.h 41 class SVGSVGElement : public SVGStyledLocatableElement,
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, SVGNames::viewBoxAttr, FloatRect, ViewBox, viewBox
    [all...]
SVGSVGElement.cpp 25 #include "SVGSVGElement.h"
59 SVGSVGElement::SVGSVGElement(const QualifiedName& tagName, Document* doc)
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::viewport() cons
    [all...]

Completed in 22 milliseconds