Searched defs:setStretch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp124 fontFace->setStretch(context, value, exceptionState);
254 void FontFace::setStretch(ExecutionContext* context, const String& s, ExceptionState& exceptionState) function in class:WebCore::FontFace
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.h139 void setStretch(FontStretch s) { m_stretch = s; } function in class:WebCore::FontDescription

Completed in 76 milliseconds