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
3683 fontDescription.setSmallCaps(m_parentStyle->fontDescription().smallCaps()); in applyProperty()3685 fontDescription.setSmallCaps(false); in applyProperty()3691 fontDescription.setSmallCaps(false); in applyProperty()3693 fontDescription.setSmallCaps(true); in applyProperty()
19361 (WebCore::FontDescription::setSmallCaps):