OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCommonLigaturesState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
374
scope.fontDescription().
setCommonLigaturesState
(FontDescription::NormalLigaturesState);
383
scope.fontDescription().
setCommonLigaturesState
(parentFontDescription.commonLigaturesState());
436
scope.fontDescription().
setCommonLigaturesState
(commonLigaturesState);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
161
void
setCommonLigaturesState
(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; }
Completed in 4196 milliseconds