Home
last modified time | relevance | path

Searched defs:nextNode (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/bindings/js/
DJSNodeIteratorCustom.cpp40 JSValue JSNodeIterator::nextNode(ExecState* exec, const ArgList&) in nextNode() function in WebCore::JSNodeIterator
DJSTreeWalkerCustom.cpp88 JSValue JSTreeWalker::nextNode(ExecState* exec, const ArgList&) in nextNode() function in WebCore::JSTreeWalker
/external/webkit/WebCore/dom/
DTreeWalker.h62 Node* nextNode() { return nextNode(scriptStateFromNode(m_current.get())); } in nextNode() function
DNodeIterator.h56 …PassRefPtr<Node> nextNode(ExceptionCode& ec) { return nextNode(scriptStateFromNode(referenceNode()… in nextNode() function
DNodeIterator.cpp87 PassRefPtr<Node> NodeIterator::nextNode(ScriptState* state, ExceptionCode& ec) in nextNode() function in WebCore::NodeIterator
DTreeWalker.cpp250 Node* TreeWalker::nextNode(ScriptState* state) in nextNode() function in WebCore::TreeWalker
/external/webkit/JavaScriptCore/profiler/
DProfile.cpp62 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild()) in forEach() local
/external/icu4c/tools/ctestfw/
Dctest.c176 TestNode *nextNode, *curNode; in addTestNode() local
371 TestNode *nextNode; in getTest() local
/external/webkit/WebCore/editing/
DDeleteSelectionCommand.cpp466 RefPtr<Node> nextNode = node->traverseNextSibling(); in handleGeneralDelete() local
DVisiblePosition.cpp478 Node* nextNode = next.node(); in canonicalPosition() local
/external/webkit/WebCore/html/
DHTMLElement.cpp277 RefPtr<Node> nextNode; in createContextualFragment() local
DHTMLParser.cpp1237 Node* nextNode = currNode->nextSibling(); in handleResidualStyleCloseTagAcrossBlocks() local
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp2575 Text* nextNode; in isFocusableText() local