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

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 45 class SVGSVGElement : public SVGStyledLocatableElement,
52 static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*);
56 // 'SVGSVGElement' functions
132 SVGSVGElement(const QualifiedName&, Document*);
133 virtual ~SVGSVGElement();
SVGSVGElement.cpp 25 #include "SVGSVGElement.h"
57 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::xAttr, X, x)
58 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::yAttr, Y, y)
59 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::widthAttr, Width, width)
60 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::heightAttr, Height, height)
61 DEFINE_ANIMATED_BOOLEAN(SVGSVGElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
62 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSVGElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
63 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
65 inline SVGSVGElement::SVGSVGElement(const QualifiedName& tagName, Document* doc
    [all...]

Completed in 51 milliseconds