Home
last modified time | relevance | path

Searched refs:LigaturesState (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enum
123LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState()
124LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discreti… in discretionaryLigaturesState()
125LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalL… in historicalLigaturesState()
161 …void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commo… in setCommonLigaturesState()
162 …void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryL… in setDiscretionaryLigaturesState()
163 …void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesS… in setHistoricalLigaturesState()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp392 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
393 …FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesStat… in setFontVariantLigaturesValue()
394 … FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2403 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue()
2404 …FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretiona… in getPropertyCSSValue()
2405 …FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLiga… in getPropertyCSSValue()