FontStretch        99 Source/platform/fonts/FontDescription.h     FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); }
FontStretch       142 Source/platform/fonts/FontDescription.h     void setStretch(FontStretch s) { m_stretch = s; }
FontStretch        75 Source/platform/fonts/FontTraits.h     FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
FontStretch        90 Source/platform/fonts/FontTraits.h     FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); }