Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGTextContentElement.cpp40 DEFINE_ANIMATED_ENUMERATION(SVGTextContentElement, SVGNames::lengthAdjustAttr, LengthAdjust, length… in DEFINE_ANIMATED_ENUMERATION() argument
184 if (attr->name() == SVGNames::lengthAdjustAttr) { in parseMappedAttribute()
226 if (attrName == SVGNames::lengthAdjustAttr) in synchronizeProperty()
251 || attrName == SVGNames::lengthAdjustAttr) in svgAttributeChanged()
260 attributeToPropertyTypeMap.set(SVGNames::lengthAdjustAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()