Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGSymbolElement.cpp34 DEFINE_ANIMATED_RECT(SVGSymbolElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
62 if (attrName == SVGNames::viewBoxAttr) in svgAttributeChanged()
81 else if (attrName == SVGNames::viewBoxAttr) in synchronizeProperty()
102 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
108 return hasAttribute(SVGNames::viewBoxAttr); in selfHasRelativeLengths()
DSVGViewElement.cpp36 DEFINE_ANIMATED_RECT(SVGViewElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
94 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
DSVGFitToViewBox.cpp93 if (attr->name() == SVGNames::viewBoxAttr) { in parseMappedAttribute()
110 return attrName == SVGNames::viewBoxAttr || attrName == SVGNames::preserveAspectRatioAttr; in isKnownAttribute()
DSVGPatternElement.cpp55 DEFINE_ANIMATED_RECT(SVGPatternElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH()
187 else if (attrName == SVGNames::viewBoxAttr) in synchronizeProperty()
216 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
254 if (!attributes.hasViewBox() && current->hasAttribute(SVGNames::viewBoxAttr)) in collectPatternAttributes()
DSVGSVGElement.cpp63 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH()
366 else if (attrName == SVGNames::viewBoxAttr) in synchronizeProperty()
387 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
489 if (attributes()->getAttributeItem(SVGNames::viewBoxAttr)) in localCoordinateSpaceTransform()
570 || hasAttribute(SVGNames::viewBoxAttr); in selfHasRelativeLengths()
612 if (viewElement->hasAttribute(SVGNames::viewBoxAttr)) in inheritViewAttributes()
DSVGMarkerElement.cpp44 DEFINE_ANIMATED_RECT(SVGMarkerElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH()
203 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
DSVGViewSpec.cpp34 DEFINE_ANIMATED_RECT(SVGViewSpec, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_RECT() argument
DSVGLength.cpp333 if (svg->hasAttribute(SVGNames::viewBoxAttr)) { in determineViewport()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-194875 - Corrected SVGNames cases (viewBoxAttr vs. viewboxAttr)