HomeSort by relevance Sort by last modified time
    Searched refs:NormalLigaturesState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 76 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState };
91 , m_commonLigaturesState(NormalLigaturesState)
92 , m_discretionaryLigaturesState(NormalLigaturesState)
93 , m_historicalLigaturesState(NormalLigaturesState)
Font.h 279 case FontDescription::NormalLigaturesState:
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 380 scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState);
381 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState);
382 scope.fontDescription().setHistoricalLigaturesState(FontDescription::NormalLigaturesState);
398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
399 FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
400 FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 275 milliseconds