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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 122 LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); }
154 void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 390 scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigaturesState());
399 FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
417 discretionaryLigaturesState = FontDescription::DisabledLigaturesState;
420 discretionaryLigaturesState = FontDescription::EnabledLigaturesState;
443 scope.fontDescription().setDiscretionaryLigaturesState(discretionaryLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 338 milliseconds