Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGPolyElement

24 #include "SVGPolyElement.h"
38 DEFINE_ANIMATED_BOOLEAN(SVGPolyElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
40 SVGPolyElement::SVGPolyElement(const QualifiedName& tagName, Document* document)
45 void SVGPolyElement::parseMappedAttribute(Attribute* attr)
68 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName)
90 void SVGPolyElement::synchronizeProperty(const QualifiedName& attrName)
109 AttributeToPropertyTypeMap& SVGPolyElement::attributeToPropertyTypeMap()
115 void SVGPolyElement::fillAttributeToPropertyTypeMap()
123 void SVGPolyElement::synchronizePoints()
131 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::points()
142 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::animatedPoints()