Searched defs:nextChild (Results 1 – 8 of 8) sorted by relevance
59 RefPtr<Node> nextChild; in swapInNodePreservingAttributesAndChildren() local
361 RefPtr<Node> nextChild = child->nextSibling(); in removeNode() local
996 Node* nextChild = child->nextSibling(); in pushDownInlineStyleAroundNode() local1292 Node* nextChild = nextElement->firstChild(); in mergeEndWithNextIfIdentical() local
119 Node* nextChild; member
189 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() local460 void ContainerNode::removeBetween(Node* previousChild, Node* nextChild, Node* oldChild) in removeBetween()
168 RefPtr<Node> nextChild; in deprecatedCreateContextualFragment() local
203 if (GList* nextChild = g_list_next(currentChild)) in typeAheadFind() local
872 RenderObject* nextChild = startChild; in moveChildrenTo() local