Searched refs:setSmallCaps (Results 1 – 4 of 4) sorted by relevance
65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
111 void setSmallCaps(bool c) { m_smallCaps = c; } in setSmallCaps() function
3679 fontDescription.setSmallCaps(m_parentStyle->fontDescription().smallCaps()); in applyProperty()3681 fontDescription.setSmallCaps(false); in applyProperty()3687 fontDescription.setSmallCaps(false); in applyProperty()3689 fontDescription.setSmallCaps(true); in applyProperty()
19361 (WebCore::FontDescription::setSmallCaps):