SVGPreserveAspectRatioType   70 Source/core/svg/SVGPreserveAspectRatio.cpp     SVGPreserveAspectRatioType align = SVG_PRESERVEASPECTRATIO_XMIDYMID;
SVGPreserveAspectRatioType   67 Source/core/svg/SVGPreserveAspectRatio.h     void setAlign(SVGPreserveAspectRatioType align) { m_align = align; }
SVGPreserveAspectRatioType   68 Source/core/svg/SVGPreserveAspectRatio.h     SVGPreserveAspectRatioType align() const { return m_align; }
SVGPreserveAspectRatioType   97 Source/core/svg/SVGPreserveAspectRatio.h     SVGPreserveAspectRatioType m_align;
SVGPreserveAspectRatioType   51 Source/core/svg/SVGPreserveAspectRatioTearOff.cpp     target()->setAlign(static_cast<SVGPreserveAspectRatio::SVGPreserveAspectRatioType>(align));