Searched refs:viewBoxAttr (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGSymbolElement.cpp | 34 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()
|
D | SVGViewElement.cpp | 36 DEFINE_ANIMATED_RECT(SVGViewElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN() 94 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
|
D | SVGFitToViewBox.cpp | 93 if (attr->name() == SVGNames::viewBoxAttr) { in parseMappedAttribute() 110 return attrName == SVGNames::viewBoxAttr || attrName == SVGNames::preserveAspectRatioAttr; in isKnownAttribute()
|
D | SVGPatternElement.cpp | 55 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()
|
D | SVGSVGElement.cpp | 63 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()
|
D | SVGMarkerElement.cpp | 44 DEFINE_ANIMATED_RECT(SVGMarkerElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH() 203 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect); in fillAttributeToPropertyTypeMap()
|
D | SVGViewSpec.cpp | 34 DEFINE_ANIMATED_RECT(SVGViewSpec, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_RECT() argument
|
D | SVGLength.cpp | 333 if (svg->hasAttribute(SVGNames::viewBoxAttr)) { in determineViewport()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 4875 - Corrected SVGNames cases (viewBoxAttr vs. viewboxAttr)
|