Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPositioningElement.cpp35 DEFINE_ANIMATED_LENGTH_LIST(SVGTextPositioningElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH_LIST() argument
61 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
77 if (name == SVGNames::xAttr) { in parseAttribute()
129 bool updateRelativeLengths = attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGForeignObjectElement.cpp34 DEFINE_ANIMATED_LENGTH(SVGForeignObjectElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
72 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
86 else if (name == SVGNames::xAttr) in parseAttribute()
110 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGFilterPrimitiveStandardAttributes.cpp35 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
66 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
81 else if (name == SVGNames::xAttr) in parseAttribute()
129 if (hasAttribute(SVGNames::xAttr)) in setStandardAttributes()
DSVGRectElement.cpp33 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
75 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
91 else if (name == SVGNames::xAttr) in parseAttribute()
119 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGMaskElement.cpp36 DEFINE_ANIMATED_LENGTH(SVGMaskElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_ENUMERATION()
82 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
106 } else if (name == SVGNames::xAttr) in parseAttribute()
131 if (attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGFELightElement.cpp38 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_NUMBER()
93 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
122 if (name == SVGNames::xAttr) { in parseAttribute()
176 || attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGCursorElement.cpp33 DEFINE_ANIMATED_LENGTH(SVGCursorElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
74 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
86 else if (name == SVGNames::xAttr) in parseAttribute()
DSVGPatternElement.cpp35 DEFINE_ANIMATED_LENGTH(SVGPatternElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
92 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
122 } else if (name == SVGNames::xAttr) in parseAttribute()
149 if (attrName == SVGNames::xAttr in svgAttributeChanged()
182 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr)) in collectPatternAttributes()
DSVGImageElement.cpp36 DEFINE_ANIMATED_LENGTH(SVGImageElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
90 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
122 else if (name == SVGNames::xAttr) in parseAttribute()
151 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGFilterElement.cpp38 DEFINE_ANIMATED_LENGTH(SVGFilterElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_ENUMERATION()
110 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
133 } else if (name == SVGNames::xAttr) in parseAttribute()
164 if (attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGUseElement.cpp55 DEFINE_ANIMATED_LENGTH(SVGUseElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
127 supportedAttributes.add(SVGNames::xAttr); in isSupportedAttribute()
141 else if (name == SVGNames::xAttr) in parseAttribute()
216 if (attrName == SVGNames::xAttr in svgAttributeChanged()
918 to->removeAttribute(SVGNames::xAttr); in transferUseAttributesToReplacedElement()
DSVGGlyphRefElement.cpp72 if (name == SVGNames::xAttr) { in parseAttributeInternal()
DSVGSVGElement.cpp64 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
251 else if (name == SVGNames::xAttr) in parseAttribute()
274 || attrName == SVGNames::xAttr in svgAttributeChanged()
DSVGFEDiffuseLightingElement.cpp146 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
DSVGFESpecularLightingElement.cpp157 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
DSVGLength.cpp406 s_lengthModeMap.set(SVGNames::xAttr, LengthModeWidth); in lengthModeForAnimatedLengthAttribute()
DSVGElement.cpp1200 animatableAttributes.add(SVGNames::xAttr); in isAnimatableAttribute()