Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGUseElement.cpp149 … bool isWidthHeightAttribute = attrName == SVGNames::widthAttr || attrName == SVGNames::heightAttr; in svgAttributeChanged() local
151 if (isXYAttribute || isWidthHeightAttribute) in svgAttributeChanged()
177 if (isWidthHeightAttribute) { in svgAttributeChanged()