/external/webkit/Source/WebCore/svg/ |
D | SVGFilterPrimitiveStandardAttributes.cpp | 39 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 59 if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 84 if (attrName == SVGNames::xAttr in svgAttributeChanged() 105 if (attrName == SVGNames::xAttr) in synchronizeProperty() 131 if (this->hasAttribute(SVGNames::xAttr)) in setStandardAttributes() 159 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillPassedAttributeToPropertyTypeMap()
|
D | SVGCursorElement.cpp | 33 DEFINE_ANIMATED_LENGTH(SVGCursorElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 59 if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 84 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumber); in fillAttributeToPropertyTypeMap() 113 if (attrName == SVGNames::xAttr in svgAttributeChanged() 139 if (attrName == SVGNames::xAttr) in synchronizeProperty()
|
D | SVGForeignObjectElement.cpp | 37 DEFINE_ANIMATED_LENGTH(SVGForeignObjectElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 61 if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 84 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged() 120 if (attrName == SVGNames::xAttr) in synchronizeProperty() 145 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
|
D | SVGTextPositioningElement.cpp | 36 DEFINE_ANIMATED_LENGTH_LIST(SVGTextPositioningElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH_LIST() argument 49 if (attr->name() == SVGNames::xAttr) { in parseMappedAttribute() 106 bool updateRelativeLengths = attrName == SVGNames::xAttr in svgAttributeChanged() 149 if (attrName == SVGNames::xAttr) in synchronizeProperty() 165 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
|
D | SVGMaskElement.cpp | 41 DEFINE_ANIMATED_LENGTH(SVGMaskElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_ENUMERATION() 77 } else if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 101 if (attrName == SVGNames::xAttr in svgAttributeChanged() 141 else if (attrName == SVGNames::xAttr) in synchronizeProperty() 162 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
|
D | SVGImageElement.cpp | 39 DEFINE_ANIMATED_LENGTH(SVGImageElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 64 if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 100 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged() 143 if (attrName == SVGNames::xAttr) in synchronizeProperty() 172 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
|
D | SVGRectElement.cpp | 35 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 61 if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 96 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged() 140 if (attrName == SVGNames::xAttr) in synchronizeProperty() 169 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
|
D | SVGFELightElement.cpp | 41 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_NUMBER() 83 else if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 109 || attrName == SVGNames::xAttr in svgAttributeChanged() 159 else if (attrName == SVGNames::xAttr) in synchronizeProperty() 188 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumber); in fillAttributeToPropertyTypeMap()
|
D | SVGPatternElement.cpp | 46 DEFINE_ANIMATED_LENGTH(SVGPatternElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 93 } else if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 126 if (attrName == SVGNames::xAttr in svgAttributeChanged() 177 else if (attrName == SVGNames::xAttr) in synchronizeProperty() 208 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap() 242 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr)) in collectPatternAttributes()
|
D | SVGFilterElement.cpp | 42 DEFINE_ANIMATED_LENGTH(SVGFilterElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_ENUMERATION() 106 } else if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 137 if (attrName == SVGNames::xAttr in svgAttributeChanged() 178 if (attrName == SVGNames::xAttr) in synchronizeProperty() 212 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
|
D | SVGSVGElement.cpp | 57 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 260 else if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 319 || attrName == SVGNames::xAttr in svgAttributeChanged() 356 if (attrName == SVGNames::xAttr) in synchronizeProperty() 383 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
|
D | SVGUseElement.cpp | 61 DEFINE_ANIMATED_LENGTH(SVGUseElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument 105 if (attr->name() == SVGNames::xAttr) in parseMappedAttribute() 148 bool isXYAttribute = attrName == SVGNames::xAttr || attrName == SVGNames::yAttr; in svgAttributeChanged() 208 if (attrName == SVGNames::xAttr) in synchronizeProperty() 235 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap() 1062 to->removeAttribute(SVGNames::xAttr, ec); in transferUseAttributesToReplacedElement()
|
D | SVGFEDiffuseLightingElement.cpp | 111 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
|
D | SVGFESpecularLightingElement.cpp | 118 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 52594 (WebCore::SVGCircleElement::svgAttributeChanged): Mixed up cxAttr/xAttr etc.
|
D | ChangeLog-2010-12-06 | 29349 …yTearOff<SVGLength> is created, that stores a pointer to the SVGRectElement, and a SVGNames::xAttr.
|