Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPathElement.cpp33 DEFINE_ANIMATED_LENGTH(SVGTextPathElement, SVGNames::startOffsetAttr, StartOffset, startOffset) in DEFINE_ANIMATED_LENGTH() argument
76 supportedAttributes.add(SVGNames::startOffsetAttr); in isSupportedAttribute()
89 else if (name == SVGNames::startOffsetAttr) in parseAttribute()
120 if (attrName == SVGNames::startOffsetAttr) in svgAttributeChanged()
DSVGLength.cpp426 s_lengthModeMap.set(SVGNames::startOffsetAttr, LengthModeWidth); in lengthModeForAnimatedLengthAttribute()
DSVGElement.cpp1185 animatableAttributes.add(SVGNames::startOffsetAttr); in isAnimatableAttribute()