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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 55 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState };
144 LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
145 LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); }
146 LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalLigaturesState); }
147 LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualLigaturesState); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 81 milliseconds