Searched refs:FontSmallCapsOn (Results 1 – 4 of 4) sorted by relevance
65 FontSmallCapsOn = 1 enumerator151 void setSmallCaps(bool c) { setSmallCaps(c ? FontSmallCapsOn : FontSmallCapsOff); } in setSmallCaps()
138 setSmallCaps((traitsMask & FontVariantSmallCapsMask) ? FontSmallCapsOn : FontSmallCapsOff); in setTraitsMask()
3636 case FontSmallCapsOn: in CSSPrimitiveValue()3650 return FontSmallCapsOn; in FontSmallCaps()
1988 if (fontDescription.smallCaps() == FontSmallCapsOn) in font()