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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 375 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState);
384 scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigaturesState());
437 scope.fontDescription().setDiscretionaryLigaturesState(discretionaryLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 162 void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }

Completed in 637 milliseconds