ForbidNegativeLengths   51 Source/core/svg/SVGAnimatedLength.cpp     } else if (m_negativeValuesMode == ForbidNegativeLengths && baseValue()->valueInSpecifiedUnits() < 0) {
ForbidNegativeLengths   36 Source/core/svg/SVGCircleElement.cpp     , m_r(SVGAnimatedLength::create(this, SVGNames::rAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths))
ForbidNegativeLengths   36 Source/core/svg/SVGEllipseElement.cpp     , m_rx(SVGAnimatedLength::create(this, SVGNames::rxAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   37 Source/core/svg/SVGEllipseElement.cpp     , m_ry(SVGAnimatedLength::create(this, SVGNames::ryAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   40 Source/core/svg/SVGFilterElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   41 Source/core/svg/SVGFilterElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   38 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   39 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   38 Source/core/svg/SVGForeignObjectElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   39 Source/core/svg/SVGForeignObjectElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   40 Source/core/svg/SVGImageElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   41 Source/core/svg/SVGImageElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   50 Source/core/svg/SVGMarkerElement.cpp     , m_markerWidth(SVGAnimatedLength::create(this, SVGNames::markerWidthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   51 Source/core/svg/SVGMarkerElement.cpp     , m_markerHeight(SVGAnimatedLength::create(this, SVGNames::markerHeightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   38 Source/core/svg/SVGMaskElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   39 Source/core/svg/SVGMaskElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   42 Source/core/svg/SVGPatternElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   43 Source/core/svg/SVGPatternElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   39 Source/core/svg/SVGRadialGradientElement.cpp     , m_r(SVGAnimatedLength::create(this, SVGNames::rAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths))
ForbidNegativeLengths   42 Source/core/svg/SVGRadialGradientElement.cpp     , m_fr(SVGAnimatedLength::create(this, SVGNames::frAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths))
ForbidNegativeLengths   36 Source/core/svg/SVGRectElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   37 Source/core/svg/SVGRectElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   38 Source/core/svg/SVGRectElement.cpp     , m_rx(SVGAnimatedLength::create(this, SVGNames::rxAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   39 Source/core/svg/SVGRectElement.cpp     , m_ry(SVGAnimatedLength::create(this, SVGNames::ryAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   70 Source/core/svg/SVGSVGElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   71 Source/core/svg/SVGSVGElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
ForbidNegativeLengths   71 Source/core/svg/SVGTextContentElement.cpp         : SVGAnimatedLength(contextElement, SVGNames::textLengthAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths)
ForbidNegativeLengths   59 Source/core/svg/SVGUseElement.cpp     , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
ForbidNegativeLengths   60 Source/core/svg/SVGUseElement.cpp     , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))