Searched refs:isLengthAttribute (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGCircleElement.cpp101 bool isLengthAttribute = attrName == SVGNames::cxAttr local
105 if (isLengthAttribute)
112 if (isLengthAttribute) {
H A DSVGLineElement.cpp106 bool isLengthAttribute = attrName == SVGNames::x1Attr local
111 if (isLengthAttribute)
118 if (isLengthAttribute) {
H A DSVGEllipseElement.cpp107 bool isLengthAttribute = attrName == SVGNames::cxAttr local
112 if (isLengthAttribute)
119 if (isLengthAttribute) {
H A DSVGRectElement.cpp119 bool isLengthAttribute = attrName == SVGNames::xAttr local
126 if (isLengthAttribute)
133 if (isLengthAttribute) {
H A DSVGForeignObjectElement.cpp110 bool isLengthAttribute = attrName == SVGNames::xAttr local
115 if (isLengthAttribute)
H A DSVGImageElement.cpp151 bool isLengthAttribute = attrName == SVGNames::xAttr local
156 if (isLengthAttribute)
168 if (isLengthAttribute) {

Completed in 110 milliseconds