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

/external/webkit/Source/WebCore/svg/
H A DSVGLineElement.h34 class SVGLineElement : public SVGStyledTransformableElement, class in namespace:WebCore
39 static PassRefPtr<SVGLineElement> create(const QualifiedName&, Document*);
42 SVGLineElement(const QualifiedName&, Document*);
H A DSVGLineElement.cpp24 #include "SVGLineElement.h"
36 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x1Attr, X1, x1)
37 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y1Attr, Y1, y1)
38 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x2Attr, X2, x2)
39 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y2Attr, Y2, y2)
40 DEFINE_ANIMATED_BOOLEAN(SVGLineElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
42 inline SVGLineElement::SVGLineElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGLineElement
51 PassRefPtr<SVGLineElement> SVGLineElement
[all...]

Completed in 90 milliseconds