stretch            68 Source/core/css/FontFace.h     String stretch() const;
stretch           100 Source/platform/fonts/FontDescription.cpp     return FontTraits(style(), variant(), weight(), stretch());
stretch           108 Source/platform/fonts/FontDescription.cpp     setStretch(traits.stretch());
stretch            99 Source/platform/fonts/FontDescription.h     FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); }
stretch            42 Source/platform/fonts/FontDescriptionTest.cpp     EXPECT_EQ(source.stretch(), target.stretch());
stretch            75 Source/platform/fonts/FontTraits.h     FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
stretch            76 Source/platform/fonts/FontTraits.h         : m_style(style), m_variant(variant), m_weight(weight), m_stretch(stretch), m_filler(0)
stretch            90 Source/platform/fonts/FontTraits.h     FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); }
stretch           303 Source/platform/scroll/ScrollView.cpp     IntSize stretch;
stretch           310 Source/platform/scroll/ScrollView.cpp         stretch.setWidth(currentScrollPosition.x() - minScrollPosition.x());
stretch           312 Source/platform/scroll/ScrollView.cpp         stretch.setWidth(currentScrollPosition.x() - maxScrollPosition.x());
stretch           315 Source/platform/scroll/ScrollView.cpp         stretch.setHeight(currentScrollPosition.y() - minScrollPosition.y());
stretch           317 Source/platform/scroll/ScrollView.cpp         stretch.setHeight(currentScrollPosition.y() - maxScrollPosition.y());
stretch           319 Source/platform/scroll/ScrollView.cpp     return stretch;