SVGMarkerOrientAuto   40 Source/core/svg/SVGAngle.cpp         entries.append(std::make_pair(SVGMarkerOrientAuto, "auto"));
SVGMarkerOrientAuto  238 Source/core/svg/SVGAngle.cpp         m_orientType->setEnumValue(SVGMarkerOrientAuto);
SVGMarkerOrientAuto  359 Source/core/svg/SVGAngle.cpp             if (toOrientType == SVGMarkerOrientAuto) {
SVGMarkerOrientAuto  364 Source/core/svg/SVGAngle.cpp                 orientType()->setEnumValue(SVGMarkerOrientAuto);
SVGMarkerOrientAuto  374 Source/core/svg/SVGAngle.cpp     if (fromOrientType == SVGMarkerOrientAuto) {
SVGMarkerOrientAuto  376 Source/core/svg/SVGAngle.cpp         orientType()->setEnumValue(SVGMarkerOrientAuto);
SVGMarkerOrientAuto  401 Source/core/svg/SVGAngle.cpp     if (orientType()->enumValue() == SVGMarkerOrientAuto) {
SVGMarkerOrientAuto   55 Source/core/svg/SVGAnimatedAngle.cpp     if (m_orientType->currentValue()->enumValue() == SVGMarkerOrientAuto)
SVGMarkerOrientAuto  152 Source/core/svg/SVGMarkerElement.cpp     m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
SVGMarkerOrientAuto   53 Source/core/svg/SVGMarkerElement.h         SVG_MARKER_ORIENT_AUTO = SVGMarkerOrientAuto,