Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DReplaceNodeWithSpanCommand.cpp60 Node* nextChild; in swapInNodePreservingAttributesAndChildren() local
DDeleteSelectionCommand.cpp336 RefPtr<Node> nextChild = child->nextSibling(); in removeNode() local
DApplyStyleCommand.cpp1395 Node* nextChild = child->nextSibling(); in pushDownTextDecorationStyleAroundNode() local
1688 Node *nextChild = nextElement->firstChild(); in mergeEndWithNextIfIdentical() local
/external/webkit/WebCore/dom/
DContainerNode.cpp104 RefPtr<Node> nextChild = isFragment ? child->nextSibling() : 0; in insertBefore() local
213 RefPtr<Node> nextChild = isFragment ? child->nextSibling() : 0; in replaceChild() local
457 RefPtr<Node> nextChild = isFragment ? child->nextSibling() : 0; in appendChild() local
/external/webkit/WebCore/html/
DHTMLElement.cpp309 RefPtr<Node> nextChild; in createContextualFragment() local
/external/webkit/WebCore/rendering/
DRenderBlock.cpp420 RenderObject* nextChild = children()->firstChild(); in moveAllChildrenTo() local
435 RenderObject* nextChild = children()->firstChild(); in moveAllChildrenTo() local