Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSPropertyNames.h19 CSSPropertyFontVariant = 1008, enumerator
H A DCSSPropertyNames.cpp424 {"font-variant", CSSPropertyFontVariant},
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSFontSelector.cpp168 if (RefPtr<CSSValue> fontVariant = style->getPropertyCSSValue(CSSPropertyFontVariant)) { in addFontFaceRule()
H A DCSSComputedStyleDeclaration.cpp99 CSSPropertyFontVariant,
1106 case CSSPropertyFontVariant: in getPropertyCSSValue()
H A DCSSParser.cpp1248 case CSSPropertyFontVariant: // normal | small-caps | inherit in parseValue()
3800 addProperty(CSSPropertyFontVariant, parsedValue.release(), important); in parseFontVariant()
3807 addProperty(CSSPropertyFontVariant, values.release(), important); in parseFontVariant()
6267 if (id == CSSPropertyFontVariant && property->value()->isPrimitiveValue()) { in createFontFaceRule()
6394 if (id == CSSPropertyFontVariant && property->value()->isValueList()) { in deleteFontFaceOnlyValues()
H A DCSSStyleSelector.cpp3702 case CSSPropertyFontVariant: in applyProperty()
4723 applyProperty(CSSPropertyFontVariant, font->variant.get()); in applyProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp59 CSSPropertyFontVariant,