Home
last modified time | relevance | path

Searched refs:setDiscretionaryLigaturesState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp375 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()
384 …scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigature… in setFontVariantLigaturesInherit()
437 scope.fontDescription().setDiscretionaryLigaturesState(discretionaryLigaturesState); in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h162 …void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryL… in setDiscretionaryLigaturesState() function