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

  /external/webkit/Source/WebCore/svg/
SVGPolyElement.h 34 class SVGPolyElement : public SVGStyledTransformableElement
45 SVGPolyElement(const QualifiedName&, Document*);
SVGPolyElement.cpp 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(
    [all...]

Completed in 25 milliseconds