Home
last modified time | relevance | path

Searched refs:CSSValueSuper (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DSVGCSSComputedStyleDeclaration.cpp173 return CSSPrimitiveValue::createIdentifier(CSSValueSuper); in getSVGPropertyCSSValue()
H A DSVGCSSParser.cpp67 id >= CSSValueSuper) in parseSVGValue()
H A DSVGCSSStyleSelector.cpp148 case CSSValueSuper: in applySVGProperty()
H A DCSSComputedStyleDeclaration.cpp1367 return primitiveValueCache->createIdentifierValue(CSSValueSuper); in getPropertyCSSValue()
H A DCSSStyleSelector.cpp4015 case CSSValueSuper: in applyProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSValueKeywords.h147 const int CSSValueSuper = 137; variable
H A DCSSValueKeywords.cpp603 {"super", CSSValueSuper}, in findValueImpl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp632 …HTMLElementEquivalent::create(CSSPropertyVerticalAlign, CSSValueSuper, HTMLNames::supTag).leakPtr(… in conflictsWithImplicitStyleOfElement()
908 case CSSValueSuper: in extractTextStyles()