NormalLigaturesState 2321 Source/core/css/CSSComputedStyleDeclaration.cpp             if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState == FontDescription::NormalLigaturesState
NormalLigaturesState 2322 Source/core/css/CSSComputedStyleDeclaration.cpp                 && historicalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState == FontDescription::NormalLigaturesState)
NormalLigaturesState 2326 Source/core/css/CSSComputedStyleDeclaration.cpp             if (commonLigaturesState != FontDescription::NormalLigaturesState)
NormalLigaturesState 2328 Source/core/css/CSSComputedStyleDeclaration.cpp             if (discretionaryLigaturesState != FontDescription::NormalLigaturesState)
NormalLigaturesState 2330 Source/core/css/CSSComputedStyleDeclaration.cpp             if (historicalLigaturesState != FontDescription::NormalLigaturesState)
NormalLigaturesState 2332 Source/core/css/CSSComputedStyleDeclaration.cpp             if (contextualLigaturesState != FontDescription::NormalLigaturesState)
NormalLigaturesState  384 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState);
NormalLigaturesState  385 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState);
NormalLigaturesState  386 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setHistoricalLigaturesState(FontDescription::NormalLigaturesState);
NormalLigaturesState  387 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setContextualLigaturesState(FontDescription::NormalLigaturesState);
NormalLigaturesState  404 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
NormalLigaturesState  405 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
NormalLigaturesState  406 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState;
NormalLigaturesState  407 Source/core/css/resolver/FontBuilder.cpp     FontDescription::LigaturesState contextualLigaturesState = FontDescription::NormalLigaturesState;
NormalLigaturesState  192 Source/platform/fonts/FontDescription.cpp     case FontDescription::NormalLigaturesState:
NormalLigaturesState   72 Source/platform/fonts/FontDescription.h         , m_commonLigaturesState(NormalLigaturesState)
NormalLigaturesState   73 Source/platform/fonts/FontDescription.h         , m_discretionaryLigaturesState(NormalLigaturesState)
NormalLigaturesState   74 Source/platform/fonts/FontDescription.h         , m_historicalLigaturesState(NormalLigaturesState)
NormalLigaturesState   75 Source/platform/fonts/FontDescription.h         , m_contextualLigaturesState(NormalLigaturesState)
NormalLigaturesState  484 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     case FontDescription::NormalLigaturesState:
NormalLigaturesState  495 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     case FontDescription::NormalLigaturesState:
NormalLigaturesState  506 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     case FontDescription::NormalLigaturesState:
NormalLigaturesState  517 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     case FontDescription::NormalLigaturesState: