Home
last modified time | relevance | path

Searched defs:nextChild (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceNodeWithSpanCommand.cpp59 RefPtr<Node> nextChild; in swapInNodePreservingAttributesAndChildren() local
DDeleteSelectionCommand.cpp361 RefPtr<Node> nextChild = child->nextSibling(); in removeNode() local
DApplyStyleCommand.cpp996 Node* nextChild = child->nextSibling(); in pushDownInlineStyleAroundNode() local
1292 Node* nextChild = nextElement->firstChild(); in mergeEndWithNextIfIdentical() local
/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.h119 Node* nextChild; member
/external/webkit/Source/WebCore/dom/
DContainerNode.cpp189 void ContainerNode::insertBeforeCommon(Node* nextChild, Node* newChild) in insertBeforeCommon()
214 void ContainerNode::parserInsertBefore(PassRefPtr<Node> newChild, Node* nextChild) in parserInsertBefore()
290 RefPtr<Node> nextChild = isFragment ? child->nextSibling() : 0; in replaceChild() local
460 void ContainerNode::removeBetween(Node* previousChild, Node* nextChild, Node* oldChild) in removeBetween()
DElement.cpp168 RefPtr<Node> nextChild; in deprecatedCreateContextualFragment() local
/external/webkit/Source/WebCore/platform/gtk/
DPopupMenuGtk.cpp203 if (GList* nextChild = g_list_next(currentChild)) in typeAheadFind() local
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp872 RenderObject* nextChild = startChild; in moveChildrenTo() local