Home
last modified time | relevance | path

Searched refs:CSSValueBold (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp629 … HTMLElementEquivalent::create(CSSPropertyFontWeight, CSSValueBold, HTMLNames::bTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
630 …HTMLElementEquivalent::create(CSSPropertyFontWeight, CSSValueBold, HTMLNames::strongTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
874 if (getIdentifierValue(style, CSSPropertyFontWeight) == CSSValueBold) { in extractTextStyles()
968 case CSSValueBold: in fontWeightIsBold()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSValueKeywords.h37 const int CSSValueBold = 27; variable
H A DCSSValueKeywords.cpp443 {"bold", CSSValueBold}, in findValueImpl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSFontSelector.cpp133 case CSSValueBold: in addFontFaceRule()
H A DCSSComputedStyleDeclaration.cpp1125 return primitiveValueCache->createIdentifierValue(CSSValueBold); in getPropertyCSSValue()
H A DCSSParser.cpp3618 } else if (id >= CSSValueBold && id <= CSSValueLighter) { in parseFont()
H A DCSSStyleSelector.cpp3737 case CSSValueBold: in applyProperty()