Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp536 inline Element* nextMatchingChildElement(const HTMLCollection* nodeList, Element& current, Containe… in nextMatchingChildElement() function
561 return nextMatchingChildElement(this, previous, root); in traverseNextElement()
579 while ((next = nextMatchingChildElement(this, *next, root))) { in traverseForwardToOffset()