Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSValueKeywords.h511 const int CSSValueOpen = 501; variable
H A DCSSValueKeywords.cpp373 {"open", CSSValueOpen}, in findValueImpl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h2125 m_value.ident = CSSValueOpen; in CSSPrimitiveValue()
2135 case CSSValueOpen: in TextEmphasisFill()
H A DCSSStyleSelector.cpp5634 if (value->getIdent() == CSSValueFilled || value->getIdent() == CSSValueOpen) in applyProperty()
5655 … if (primitiveValue->getIdent() == CSSValueFilled || primitiveValue->getIdent() == CSSValueOpen) { in applyProperty()
H A DCSSParser.cpp5756 if (value->id == CSSValueOpen || value->id == CSSValueFilled) { in parseTextEmphasisStyle()