Home
last modified time | relevance | path

Searched refs:pathLengthAttr (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathElement.cpp49 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength) in DEFINE_ANIMATED_NUMBER() argument
190 } else if (attr->name() == SVGNames::pathLengthAttr) { in parseMappedAttribute()
233 if (attrName == SVGNames::pathLengthAttr in svgAttributeChanged()
253 else if (attrName == SVGNames::pathLengthAttr) in synchronizeProperty()
281 attributeToPropertyTypeMap.set(SVGNames::pathLengthAttr, AnimatedNumber); in fillAttributeToPropertyTypeMap()