Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp380 scope.fontDescription().setHistoricalLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()
390 …scope.fontDescription().setHistoricalLigaturesState(parentFontDescription.historicalLigaturesState… in setFontVariantLigaturesInherit()
451 scope.fontDescription().setHistoricalLigaturesState(historicalLigaturesState); in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h144 …void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesS… in setHistoricalLigaturesState() function