Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLCollection.cpp85 static Node* nextNodeOrSibling(Node* base, Node* node, bool includeChildren) in nextNodeOrSibling() function
123 current = nextNodeOrSibling(m_base.get(), previous, deep); in itemAfter()
125 for (; current; current = nextNodeOrSibling(m_base.get(), current, deep)) { in itemAfter()