PropertyIsNotAnimVal  253 Source/core/svg/SVGGraphicsElement.cpp     return SVGRectTearOff::create(SVGRect::create(getBBox()), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal   80 Source/core/svg/SVGPathElement.cpp     return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal   72 Source/core/svg/SVGPointTearOff.cpp     return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  134 Source/core/svg/SVGSVGElement.cpp     return SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  216 Source/core/svg/SVGSVGElement.cpp         : SVGPointTearOff(contextElement->m_translation, contextElement, PropertyIsNotAnimVal)
PropertyIsNotAnimVal  437 Source/core/svg/SVGSVGElement.cpp     return SVGNumberTearOff::create(SVGNumber::create(0.0f), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  442 Source/core/svg/SVGSVGElement.cpp     return SVGLengthTearOff::create(SVGLength::create(), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  447 Source/core/svg/SVGSVGElement.cpp     return SVGAngleTearOff::create(SVGAngle::create(), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  452 Source/core/svg/SVGSVGElement.cpp     return SVGPointTearOff::create(SVGPoint::create(), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  462 Source/core/svg/SVGSVGElement.cpp     return SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  467 Source/core/svg/SVGSVGElement.cpp     return SVGTransformTearOff::create(SVGTransform::create(SVG_TRANSFORM_MATRIX), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  472 Source/core/svg/SVGSVGElement.cpp     return SVGTransformTearOff::create(SVGTransform::create(matrix->value()), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal   81 Source/core/svg/SVGStaticStringList.cpp         m_tearOff = SVGStringListTearOff::create(m_value, contextElement(), PropertyIsNotAnimVal, attributeName());
PropertyIsNotAnimVal  127 Source/core/svg/SVGTextContentElement.cpp     return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  140 Source/core/svg/SVGTextContentElement.cpp     return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  153 Source/core/svg/SVGTextContentElement.cpp     return SVGRectTearOff::create(SVGRect::create(rect), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal   39 Source/core/svg/SVGZoomEvent.cpp     RefPtr<SVGRectTearOff> rectTearOff = SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal   56 Source/core/svg/SVGZoomEvent.cpp     RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_previousTranslate), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal   73 Source/core/svg/SVGZoomEvent.cpp     RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_newTranslate), 0, PropertyIsNotAnimVal);
PropertyIsNotAnimVal  278 Source/core/svg/properties/SVGAnimatedProperty.h             m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName());