Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h111 void setSmallCaps(bool c) { m_smallCaps = c; } in setSmallCaps() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp3683 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()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1019361 (WebCore::FontDescription::setSmallCaps):