Searched refs:FontWeightNormal (Results 1 – 15 of 15) sorted by relevance
62 return FontWeightNormal; in lighterWeight()90 return FontWeightNormal; in bolderWeight()
49 FontWeightNormal = FontWeight400, enumerator67 , m_weight(FontWeightNormal) in FontDescription()
54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
306 if (unicodeRange == cRangeThai && fontDescription.weight() > FontWeightNormal)307 fontDescription.setWeight(FontWeightNormal);
62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
183 fontDescription.setWeight(FontWeightNormal); in systemFont()
348 cachedDesc->setWeight(FontWeightNormal); in systemFont()
289 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
243 cachedDesc->setWeight(FontWeightNormal); in systemFont()
452 fontDescription.setWeight(FontWeightNormal); in systemFont()
302 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal);
1047 fontDescription.setWeight(FontWeightNormal); in systemFont()
1145 case FontWeightNormal: in getPropertyCSSValue()
3704 fontDescription.setWeight(FontWeightNormal); in applyProperty()3722 fontDescription.setWeight(FontWeightNormal); in applyProperty()