Home
last modified time | relevance | path

Searched refs:FontStretchNormal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescriptionTest.cpp51 source.setStretch(FontStretchNormal); in TEST()
75 source.setStretch(FontStretchNormal); in TEST()
81 source.setStretch(FontStretchNormal); in TEST()
87 source.setStretch(FontStretchNormal); in TEST()
93 source.setStretch(FontStretchNormal); in TEST()
99 source.setStretch(FontStretchNormal); in TEST()
105 source.setStretch(FontStretchNormal); in TEST()
117 source.setStretch(FontStretchNormal); in TEST()
DFontTraits.h55 FontStretchNormal = 5, enumerator
DFontDescription.h69 , m_stretch(FontStretchNormal) in FontDescription()
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.cpp531 return FontTraits(style, variant, weight, FontStretchNormal); in traits()