OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setSmallCaps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
455
void FontBuilder::
setSmallCaps
(FontSmallCaps smallCaps)
459
scope.fontDescription().
setSmallCaps
(smallCaps);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
150
void
setSmallCaps
(FontSmallCaps c) { m_smallCaps = c; }
151
void
setSmallCaps
(bool c) {
setSmallCaps
(c ? FontSmallCapsOn : FontSmallCapsOff); }
Completed in 40 milliseconds