Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGFEImageElement.cpp42 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr, PreserveA… in DEFINE_ANIMATED_PRESERVEASPECTRATIO() argument
82 if (attr->name() == SVGNames::preserveAspectRatioAttr) in parseMappedAttribute()
102 if (attrName == SVGNames::preserveAspectRatioAttr) in svgAttributeChanged()
117 if (attrName == SVGNames::preserveAspectRatioAttr) in synchronizeProperty()
136 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio); in fillAttributeToPropertyTypeMap()
DSVGSymbolElement.cpp33 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSymbolElement, SVGNames::preserveAspectRatioAttr, PreserveAs… in DEFINE_ANIMATED_BOOLEAN()
79 if (attrName == SVGNames::preserveAspectRatioAttr) in synchronizeProperty()
103 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio); in fillAttributeToPropertyTypeMap()
DSVGImageElement.cpp43 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGImageElement, SVGNames::preserveAspectRatioAttr, PreserveAsp… in DEFINE_ANIMATED_LENGTH()
68 else if (attr->name() == SVGNames::preserveAspectRatioAttr) in parseMappedAttribute()
121 if (attrName == SVGNames::preserveAspectRatioAttr in svgAttributeChanged()
151 else if (attrName == SVGNames::preserveAspectRatioAttr) in synchronizeProperty()
176 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio); in fillAttributeToPropertyTypeMap()
DSVGViewElement.cpp37 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewElement, SVGNames::preserveAspectRatioAttr, PreserveAspe… in DEFINE_ANIMATED_BOOLEAN()
95 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio); in fillAttributeToPropertyTypeMap()
DSVGFitToViewBox.cpp100 } else if (attr->name() == SVGNames::preserveAspectRatioAttr) { in parseMappedAttribute()
110 return attrName == SVGNames::viewBoxAttr || attrName == SVGNames::preserveAspectRatioAttr; in isKnownAttribute()
DSVGPatternElement.cpp56 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGPatternElement, SVGNames::preserveAspectRatioAttr, PreserveA… in DEFINE_ANIMATED_LENGTH()
189 else if (attrName == SVGNames::preserveAspectRatioAttr) in synchronizeProperty()
217 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio); in fillAttributeToPropertyTypeMap()
257 … (!attributes.hasPreserveAspectRatio() && current->hasAttribute(SVGNames::preserveAspectRatioAttr)) in collectPatternAttributes()
DSVGSVGElement.cpp62 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSVGElement, SVGNames::preserveAspectRatioAttr, PreserveAspec… in DEFINE_ANIMATED_LENGTH()
368 else if (attrName == SVGNames::preserveAspectRatioAttr) in synchronizeProperty()
388 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio); in fillAttributeToPropertyTypeMap()
618 if (viewElement->hasAttribute(SVGNames::preserveAspectRatioAttr)) in inheritViewAttributes()
DSVGViewSpec.cpp35 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewSpec, SVGNames::preserveAspectRatioAttr, PreserveAspectR… in DEFINE_ANIMATED_RECT()
DSVGMarkerElement.cpp45 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGMarkerElement, SVGNames::preserveAspectRatioAttr, PreserveAs… in DEFINE_ANIMATED_LENGTH()