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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 121 LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
153 void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; }
Font.h 272 switch (m_fontDescription.commonLigaturesState()) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 389 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState());
398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
411 commonLigaturesState = FontDescription::DisabledLigaturesState;
414 commonLigaturesState = FontDescription::EnabledLigaturesState;
442 scope.fontDescription().setCommonLigaturesState(commonLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 208 milliseconds