Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp405 commonLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
411 discretionaryLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
417 historicalLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator
DFont.h274 case FontDescription::DisabledLigaturesState: in computeTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2412 …).createIdentifierValue(commonLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()
2414 …eIdentifierValue(discretionaryLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()
2416 …eateIdentifierValue(historicalLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()