Searched refs:nextMatchingChildElement (Results 1 – 1 of 1) sorted by relevance
536 inline Element* nextMatchingChildElement(const HTMLCollection* nodeList, Element& current, Containe… in nextMatchingChildElement() function561 return nextMatchingChildElement(this, previous, root); in traverseNextElement()579 while ((next = nextMatchingChildElement(this, *next, root))) { in traverseForwardToOffset()