/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTextPositioningElement.cpp | 35 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()
|
D | SVGForeignObjectElement.cpp | 34 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()
|
D | SVGFilterPrimitiveStandardAttributes.cpp | 35 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()
|
D | SVGRectElement.cpp | 33 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()
|
D | SVGMaskElement.cpp | 36 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()
|
D | SVGFELightElement.cpp | 38 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()
|
D | SVGCursorElement.cpp | 33 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()
|
D | SVGPatternElement.cpp | 35 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()
|
D | SVGImageElement.cpp | 36 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()
|
D | SVGFilterElement.cpp | 38 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()
|
D | SVGUseElement.cpp | 55 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()
|
D | SVGGlyphRefElement.cpp | 72 if (name == SVGNames::xAttr) { in parseAttributeInternal()
|
D | SVGSVGElement.cpp | 64 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()
|
D | SVGFEDiffuseLightingElement.cpp | 146 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
|
D | SVGFESpecularLightingElement.cpp | 157 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
|
D | SVGLength.cpp | 406 s_lengthModeMap.set(SVGNames::xAttr, LengthModeWidth); in lengthModeForAnimatedLengthAttribute()
|
D | SVGElement.cpp | 1200 animatableAttributes.add(SVGNames::xAttr); in isAnimatableAttribute()
|