Searched refs:FontWeightBold (Results 1 – 14 of 14) sorted by relevance
54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
141 if (fontDescription.weight() >= FontWeightBold) in createFontPlatformData()
152 if (fontDescription.weight() >= FontWeightBold) in createFontPlatformData()
62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
50 FontWeightBold = FontWeight700 enumerator
131 if (fontDescription.weight() >= FontWeightBold) { in FontPlatformData()
114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
191 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
289 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
96 …font = style.font().weight() < FontWeightBold ? [NSFont systemFontOfSize:size] : [NSFont boldSyste…
303 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold);
1007 d.setWeight(FontWeightBold); in getRowFont()
1139 case FontWeightBold: in getPropertyCSSValue()
3722 fontDescription.setWeight(FontWeightBold); in applyProperty()