Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h150 void setSmallCaps(FontSmallCaps c) { m_smallCaps = c; } in setSmallCaps() function
151 void setSmallCaps(bool c) { setSmallCaps(c ? FontSmallCapsOn : FontSmallCapsOff); } in setSmallCaps() function
DFontDescription.cpp138 setSmallCaps((traitsMask & FontVariantSmallCapsMask) ? FontSmallCapsOn : FontSmallCapsOff); in setTraitsMask()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp65 desc.setSmallCaps(smallCaps); in operator WebCore::FontDescription()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.h75 void setSmallCaps(FontSmallCaps);
DFontBuilder.cpp455 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps) in setSmallCaps() function in WebCore::FontBuilder
459 scope.fontDescription().setSmallCaps(smallCaps); in setSmallCaps()