Searched refs:setStretch (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescriptionTest.cpp51 source.setStretch(FontStretchNormal);
57 source.setStretch(FontStretchExtraCondensed);
63 source.setStretch(FontStretchUltraExpanded);
69 source.setStretch(FontStretchExtraExpanded);
75 source.setStretch(FontStretchNormal);
81 source.setStretch(FontStretchNormal);
87 source.setStretch(FontStretchNormal);
93 source.setStretch(FontStretchNormal);
99 source.setStretch(FontStretchNormal);
105 source.setStretch(FontStretchNorma
[all...]
H A DFontDescription.cpp131 setStretch(traits.stretch());
H A DFontDescription.h176 void setStretch(FontStretch s) { m_stretch = s; } function in class:blink::FontDescription
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.h62 void setStretch(FontStretch);
H A DFontBuilder.cpp251 void FontBuilder::setStretch(FontStretch fontStretch) function in class:blink::FontBuilder
255 scope.fontDescription().setStretch(fontStretch);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.h81 void setStretch(ExecutionContext*, const String&, ExceptionState&);
H A DFontFace.cpp193 void FontFace::setStretch(ExecutionContext* context, const String& s, ExceptionState& exceptionState) function in class:blink::FontFace
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCacheSkiaWin.cpp323 adjustedFontDescription.setStretch(variantStretch);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1296 desc.setStretch(stretch);

Completed in 202 milliseconds