Home
last modified time | relevance | path

Searched refs:FixedPitchFont (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFixedPitchFontType.h11 FixedPitchFont, enumerator
DFontDescription.h139 return FixedPitchFont; in fixedPitchFontType()
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontSize.cpp125 …mediumSize = fixedPitchFontType == FixedPitchFont ? settings->defaultFixedFontSize() : settings->d… in rowFromMediumFontSizeInRange()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp426 size = parentFontDescription.fixedPitchFontType() == FixedPitchFont ? in checkForGenericFamilyChange()