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

  /external/webkit/WebCore/svg/
SVGLineElement.cpp 24 #include "SVGLineElement.h"
34 SVGLineElement::SVGLineElement(const QualifiedName& tagName, Document* doc)
46 SVGLineElement::~SVGLineElement()
50 void SVGLineElement::parseMappedAttribute(MappedAttribute* attr)
71 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
87 void SVGLineElement::synchronizeProperty(const QualifiedName& attrName)
112 Path SVGLineElement::toPathData() const
118 bool SVGLineElement::hasRelativeValues() cons
    [all...]
SVGLineElement.h 34 class SVGLineElement : public SVGStyledTransformableElement,
39 SVGLineElement(const QualifiedName&, Document*);
40 virtual ~SVGLineElement();
56 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::x1Attr, SVGLength, X1, x1)
57 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::y1Attr, SVGLength, Y1, y1)
58 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::x2Attr, SVGLength, X2, x2)
59 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::y2Attr, SVGLength, Y2, y2)
62 DECLARE_ANIMATED_PROPERTY(SVGLineElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)

Completed in 12 milliseconds