Searched defs:nextChild (Results 1 – 7 of 7) sorted by relevance
66 RefPtr<Node> nextChild; member
235 void ContainerNode::insertBeforeCommon(Node& nextChild, Node& newChild) in insertBeforeCommon()260 void ContainerNode::parserInsertBefore(PassRefPtr<Node> newChild, Node& nextChild) in parserInsertBefore()449 void ContainerNode::removeBetween(Node* previousChild, Node* nextChild, Node& oldChild) in removeBetween()
77 CounterNode* nextChild = child->m_nextSibling; in ~CounterNode() local
358 RefPtr<Node> nextChild = child->nextSibling(); in removeNode() local
989 RefPtr<Node> nextChild; in removeElementPreservingChildren() local
1321 Node* nextChild = nextElement->firstChild(); in mergeEndWithNextIfIdentical() local
363 DomTreeNode *nextChild() { in nextChild() function in __anonde2cc2b70311::EarlyCSE::StackNode