Home
last modified time | relevance | path

Searched refs:CSSValueLowerRoman (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLOListElement.cpp71 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueLowerRoman); in parseMappedAttribute()
H A DHTMLLIElement.cpp79 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueLowerRoman); in parseMappedAttribute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSValueKeywords.h191 const int CSSValueLowerRoman = 181; variable
H A DCSSValueKeywords.cpp1281 {"lower-roman", CSSValueLowerRoman}, in findValueImpl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h1159 m_value.ident = CSSValueLowerRoman; in CSSPrimitiveValue()