Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h64 FontSmallCapsOff = 0, enumerator
84 , m_smallCaps(FontSmallCapsOff) in FontDescription()
151 void setSmallCaps(bool c) { setSmallCaps(c ? FontSmallCapsOn : FontSmallCapsOff); } in setSmallCaps()
DFontDescription.cpp138 setSmallCaps((traitsMask & FontVariantSmallCapsMask) ? FontSmallCapsOn : FontSmallCapsOff); in setTraitsMask()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl464 {{ apply_font("CSSPropertyFontVariant", "SmallCaps", "FontSmallCapsOff", "FontSmallCaps") }}
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3633 case FontSmallCapsOff: in CSSPrimitiveValue()
3652 return FontSmallCapsOff; in FontSmallCaps()
3657 return FontSmallCapsOff; in FontSmallCaps()