Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h123 …LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState() function
161 …id setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonL… in setCommonLigaturesState() argument
DFont.h273 switch (m_fontDescription.commonLigaturesState()) { in computeTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp383 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState()); in setFontVariantLigaturesInherit()
392 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue() local
405 commonLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
408 commonLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
436 scope.fontDescription().setCommonLigaturesState(commonLigaturesState); in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2403 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue() local
2406 …if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState =… in getPropertyCSSValue()
2411 if (commonLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2412 …valueList->append(cssValuePool().createIdentifierValue(commonLigaturesState == FontDescription::Di… in getPropertyCSSValue()