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