Searched refs:m_stretch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.h102 RefPtr<CSSValue> m_stretch; member in class:WebCore::FontFace
H A DFontFace.cpp197 return m_stretch ? m_stretch->cssText() : "normal";
267 m_stretch = value;

Completed in 107 milliseconds