Home
last modified time | relevance | path

Searched refs:PseudoNthOfType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSSelector.h128 PseudoNthOfType, enumerator
340 || type == PseudoNthOfType in isSiblingSelector()
DCSSSelector.cpp183 case PseudoNthOfType: in pseudoId()
371 nameToPseudoType->set(nthOfType.impl(), CSSSelector::PseudoNthOfType); in nameToPseudoTypeMap()
473 case PseudoNthOfType: in extractPseudoType()
600 case PseudoNthOfType: in selectorText()
DCSSGrammar.y1193 type == CSSSelector::PseudoNthOfType ||
DCSSStyleSelector.cpp2699 case CSSSelector::PseudoNthOfType: { in checkOneSelector()