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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 381 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState);
390 scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigaturesState());
443 scope.fontDescription().setDiscretionaryLigaturesState(discretionaryLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 154 void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }

Completed in 75 milliseconds