LigaturesState   2317 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesState();
LigaturesState   2318 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretionaryLigaturesState();
LigaturesState   2319 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLigaturesState();
LigaturesState   2320 Source/core/css/CSSComputedStyleDeclaration.cpp             FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLigaturesState();
LigaturesState    404 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
LigaturesState    405 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
LigaturesState    406 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState;
LigaturesState    407 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState contextualLigaturesState = FontDescription::NormalLigaturesState;
LigaturesState    111 Source/platform/fonts/FontDescription.h     LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
LigaturesState    112 Source/platform/fonts/FontDescription.h     LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); }
LigaturesState    113 Source/platform/fonts/FontDescription.h     LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalLigaturesState); }
LigaturesState    114 Source/platform/fonts/FontDescription.h     LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualLigaturesState); }
LigaturesState    146 Source/platform/fonts/FontDescription.h     void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; updateTypesettingFeatures(); }
LigaturesState    147 Source/platform/fonts/FontDescription.h     void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; updateTypesettingFeatures(); }
LigaturesState    148 Source/platform/fonts/FontDescription.h     void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesState = historicalLigaturesState; updateTypesettingFeatures(); }
LigaturesState    149 Source/platform/fonts/FontDescription.h     void setContextualLigaturesState(LigaturesState contextualLigaturesState) { m_contextualLigaturesState = contextualLigaturesState; updateTypesettingFeatures(); }