OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdiscretionaryligaturesstate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
375
scope.fontDescription().
setDiscretionaryLigaturesState
(FontDescription::NormalLigaturesState);
384
scope.fontDescription().
setDiscretionaryLigaturesState
(parentFontDescription.discretionaryLigaturesState());
437
scope.fontDescription().
setDiscretionaryLigaturesState
(discretionaryLigaturesState);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
162
void
setDiscretionaryLigaturesState
(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }
Completed in 637 milliseconds