Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp374 scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()
383 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState()); in setFontVariantLigaturesInherit()
436 scope.fontDescription().setCommonLigaturesState(commonLigaturesState); in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h161 …void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commo… in setCommonLigaturesState() function