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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 119 const FontDescription& parentFontDescription() { return m_parentStyle->fontDescription(); }
FontBuilder.cpp 150 void FontBuilder::setFontFamilyInherit(const FontDescription& parentFontDescription)
154 scope.fontDescription().setGenericFamily(parentFontDescription.genericFamily());
155 scope.fontDescription().setFamily(parentFontDescription.family());
156 scope.fontDescription().setIsSpecifiedFont(parentFontDescription.isSpecifiedFont());
255 void FontBuilder::setFontSizeInherit(const FontDescription& parentFontDescription, float effectiveZoom)
259 float size = parentFontDescription.specifiedSize();
264 scope.fontDescription().setKeywordSize(parentFontDescription.keywordSize());
379 void FontBuilder::setFontVariantLigaturesInherit(const FontDescription& parentFontDescription)
383 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState());
384 scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigaturesState())
    [all...]

Completed in 277 milliseconds