Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSPropertyNames.h76 CSSPropertyCounterReset = 1065, enumerator
H A DCSSPropertyNames.cpp686 {"counter-reset", CSSPropertyCounterReset},
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1661 case CSSPropertyCounterReset: in getPropertyCSSValue()
H A DCSSParser.cpp1315 case CSSPropertyCounterReset: // [ <identifier> <integer>? ]+ | none | inherit in parseValue()
H A DCSSStyleSelector.cpp4368 case CSSPropertyCounterReset: in applyProperty()