Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSSelector.h127 PseudoNthChild, enumerator
339 || type == PseudoNthChild in isSiblingSelector()
DCSSSelector.cpp182 case PseudoNthChild: in pseudoId()
370 nameToPseudoType->set(nthChild.impl(), CSSSelector::PseudoNthChild); in nameToPseudoTypeMap()
472 case PseudoNthChild: in extractPseudoType()
598 case PseudoNthChild: in selectorText()
DCSSGrammar.y1192 else if (type == CSSSelector::PseudoNthChild ||
DCSSStyleSelector.cpp2666 case CSSSelector::PseudoNthChild: { in checkOneSelector()