Home
last modified time | relevance | path

Searched refs:parentFontDescription (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp147 void FontBuilder::setFontFamilyInherit(const FontDescription& parentFontDescription) in setFontFamilyInherit() argument
151 scope.fontDescription().setGenericFamily(parentFontDescription.genericFamily()); in setFontFamilyInherit()
152 scope.fontDescription().setFamily(parentFontDescription.family()); in setFontFamilyInherit()
405 const FontDescription& parentFontDescription = parentStyle->fontDescription(); in checkForGenericFamilyChange() local
406 if (scope.fontDescription().fixedPitchFontType() == parentFontDescription.fixedPitchFontType()) in checkForGenericFamilyChange()
411 && parentFontDescription.genericFamily() != FontDescription::MonospaceFamily) in checkForGenericFamilyChange()
426 size = parentFontDescription.fixedPitchFontType() == FixedPitchFont ? in checkForGenericFamilyChange()
DStyleResolverState.h127 const FontDescription& parentFontDescription() { return m_parentStyle->fontDescription(); } in parentFontDescription() function
DStyleBuilderConverter.cpp160 parentSize = state.parentFontDescription().size(); in convertFontSize()
183 bool parentIsAbsoluteSize = state.parentFontDescription().isAbsoluteSize(); in convertFontSize()
DStyleBuilderCustom.cpp242 state.fontBuilder().setFontFamilyInherit(state.parentFontDescription()); in applyInheritCSSPropertyFontFamily()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl67 {{set_value(property)}}(state.parentFontDescription().{{property.getter}}());