Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h55 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enum
144LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState()
145LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discreti… in discretionaryLigaturesState()
146LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalL… in historicalLigaturesState()
147LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualL… in contextualLigaturesState()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2309 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue()
2310 …FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretiona… in getPropertyCSSValue()
2311 …FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLiga… in getPropertyCSSValue()
2312 …FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLiga… in getPropertyCSSValue()