Searched defs:nextNode (Results 1 – 13 of 13) sorted by relevance
40 JSValue JSNodeIterator::nextNode(ExecState* exec, const ArgList&) in nextNode() function in WebCore::JSNodeIterator
88 JSValue JSTreeWalker::nextNode(ExecState* exec, const ArgList&) in nextNode() function in WebCore::JSTreeWalker
62 Node* nextNode() { return nextNode(scriptStateFromNode(m_current.get())); } in nextNode() function
56 …PassRefPtr<Node> nextNode(ExceptionCode& ec) { return nextNode(scriptStateFromNode(referenceNode()… in nextNode() function
87 PassRefPtr<Node> NodeIterator::nextNode(ScriptState* state, ExceptionCode& ec) in nextNode() function in WebCore::NodeIterator
250 Node* TreeWalker::nextNode(ScriptState* state) in nextNode() function in WebCore::TreeWalker
62 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild()) in forEach() local
176 TestNode *nextNode, *curNode; in addTestNode() local371 TestNode *nextNode; in getTest() local
466 RefPtr<Node> nextNode = node->traverseNextSibling(); in handleGeneralDelete() local
478 Node* nextNode = next.node(); in canonicalPosition() local
277 RefPtr<Node> nextNode; in createContextualFragment() local
1237 Node* nextNode = currNode->nextSibling(); in handleResidualStyleCloseTagAcrossBlocks() local
2575 Text* nextNode; in isFocusableText() local