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

  /external/webkit/Source/WebCore/svg/
SVGRectElement.h 34 class SVGRectElement : public SVGStyledTransformableElement,
39 static PassRefPtr<SVGRectElement> create(const QualifiedName&, Document*);
42 SVGRectElement(const QualifiedName&, Document*);
SVGRectElement.cpp 24 #include "SVGRectElement.h"
35 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::xAttr, X, x)
36 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::yAttr, Y, y)
37 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::widthAttr, Width, width)
38 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::heightAttr, Height, height)
39 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::rxAttr, Rx, rx)
40 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::ryAttr, Ry, ry)
41 DEFINE_ANIMATED_BOOLEAN(SVGRectElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
43 inline SVGRectElement::SVGRectElement(const QualifiedName& tagName, Document* document
    [all...]

Completed in 53 milliseconds