OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stretch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h
102
RefPtr<CSSValue>
m_stretch
;
member in class:WebCore::FontFace
FontFace.cpp
197
return
m_stretch
?
m_stretch
->cssText() : "normal";
267
m_stretch
= value;
Completed in 1803 milliseconds