HomeSort by relevance Sort by last modified time
    Searched defs:setStretch (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 251 void FontBuilder::setStretch(FontStretch fontStretch)
255 scope.fontDescription().setStretch(fontStretch);
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 193 void FontFace::setStretch(ExecutionContext* context, const String& s, ExceptionState& exceptionState)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 176 void setStretch(FontStretch s) { m_stretch = s; }

Completed in 256 milliseconds