Home
last modified time | relevance | path

Searched defs:setSmallCaps (Results 1 – 2 of 2) 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
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp455 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps) in setSmallCaps() function in WebCore::FontBuilder