Searched refs:nextNodeOrSibling (Results 1 – 1 of 1) sorted by relevance
85 static Node* nextNodeOrSibling(Node* base, Node* node, bool includeChildren) in nextNodeOrSibling() function123 current = nextNodeOrSibling(m_base.get(), previous, deep); in itemAfter()125 for (; current; current = nextNodeOrSibling(m_base.get(), current, deep)) { in itemAfter()