Searched defs:nextNode (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/bindings/js/
H A DJSNodeIteratorCustom.cpp40 JSValue JSNodeIterator::nextNode(ExecState* exec, const ArgList&) function in class:WebCore::JSNodeIterator
43 RefPtr<Node> node = impl()->nextNode(exec, ec);
H A DJSTreeWalkerCustom.cpp88 JSValue JSTreeWalker::nextNode(ExecState* exec, const ArgList&) function in class:WebCore::JSTreeWalker
90 Node* node = impl()->nextNode(exec);
/external/webkit/WebCore/dom/
H A DTreeWalker.cpp250 Node* TreeWalker::nextNode(ScriptState* state) function in class:WebCore::TreeWalker
H A DTreeWalker.h53 Node* nextNode(ScriptState*);
63 Node* nextNode() { return nextNode(scriptStateFromNode(mainThreadNormalWorld(), m_current.get())); } function in class:WebCore::TreeWalker
H A DNodeIterator.h45 PassRefPtr<Node> nextNode(ScriptState*, ExceptionCode&);
57 PassRefPtr<Node> nextNode(ExceptionCode& ec) { return nextNode(scriptStateFromNode(mainThreadNormalWorld(), referenceNode()), ec); } function in class:WebCore::NodeIterator
H A DNodeIterator.cpp87 PassRefPtr<Node> NodeIterator::nextNode(ScriptState* state, ExceptionCode& ec) function in class:WebCore::NodeIterator
/external/webkit/WebCore/inspector/front-end/
H A DDataGrid.js1214 var nextNode = null; variable
1217 var nextNode = previousNode.element.nextSibling;
1218 if (!nextNode)
1219 nextNode = this.dataGrid.dataTableBody.lastChild;
1220 this.dataGrid.dataTableBody.insertBefore(this.element, nextNode);
/external/webkit/WebCore/editing/
H A DDeleteSelectionCommand.cpp465 RefPtr<Node> nextNode = node->traverseNextSibling(); local
473 node = nextNode.get();
H A DVisiblePosition.cpp478 Node* nextNode = next.node(); local
494 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot;
506 bool nextIsOutsideOriginalBlock = !nextNode->isDescendantOf(originalBlock) && nextNode != originalBlock;
/external/icu4c/tools/ctestfw/
H A Dctest.c183 TestNode *nextNode, *curNode; local
195 nextNode = curNode->child;
201 /* if nextNode is already null, then curNode has no children
203 if( nextNode == NULL )
223 while (strncmp_nullcheck ( name, nextNode->name, nameLen) != 0 )
225 curNode = nextNode;
226 nextNode = nextNode -> sibling;
228 if ( nextNode == NULL )
231 nextNode
373 TestNode *nextNode; local
[all...]
/external/webkit/WebCore/html/
H A DHTMLElement.cpp302 RefPtr<Node> nextNode; local
303 for (RefPtr<Node> node = fragment->firstChild(); node; node = nextNode) {
304 nextNode = node->nextSibling();
308 nextNode = firstChild;
H A DHTMLParser.cpp1265 Node* nextNode = currNode->nextSibling(); local
1267 currNode = nextNode;
/external/webkit/WebKit/android/nav/
H A DCacheBuilder.cpp2672 Text* nextNode; local
2693 nextNode = static_cast<Text*>(node);
2694 renderer = (RenderText*) nextNode->renderer();
2698 string = nextNode->dataImpl();
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 131 milliseconds