Searched refs:commonLigaturesState (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h127 LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigaturesState); } function in class:WebCore::FontDescription
158 void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; } argument
H A DFont.h288 switch (m_fontDescription.commonLigaturesState()) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2332 FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesState(); local
2335 if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState == FontDescription::NormalLigaturesState
2340 if (commonLigaturesState != FontDescription::NormalLigaturesState)
2341 valueList->append(cssValuePool().createIdentifierValue(commonLigaturesState == FontDescription::DisabledLigaturesState ? CSSValueNoCommonLigatures : CSSValueCommonLigatures));
H A DDeprecatedStyleBuilder.cpp918 fontDescription.setCommonLigaturesState(parentFontDescription.commonLigaturesState());
938 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; local
951 commonLigaturesState = FontDescription::DisabledLigaturesState;
954 commonLigaturesState = FontDescription::EnabledLigaturesState;
983 fontDescription.setCommonLigaturesState(commonLigaturesState);

Completed in 191 milliseconds