Searched refs:setNextSibling (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DContainerNodeAlgorithms.h55 n->setNextSibling(0);
76 lastChild->setNextSibling(child);
123 n->setNextSibling(0);
133 tail->setNextSibling(n);
H A DContainerNode.cpp203 prev->setNextSibling(newChild);
210 newChild->setNextSibling(nextChild);
322 prev->setNextSibling(child.get());
337 child->setNextSibling(next);
474 previousChild->setNextSibling(nextChild);
481 oldChild->setNextSibling(0);
531 n->setNextSibling(0);
620 m_lastChild->setNextSibling(child);
H A DNode.h243 void setNextSibling(Node* next) { m_next = next; } function in class:WebCore::Node
H A DNode.cpp409 m_previous->setNextSibling(0);
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.cpp103 m_children.last()->setNextSibling(newChild.get());
119 m_children.last()->setNextSibling(child.get());
217 node->setNextSibling(0);
223 node->setNextSibling(nodeSibling);
288 m_children[i]->setNextSibling(i + 1 == size ? 0 : m_children[i + 1].get());
H A DProfileNode.h77 void setNextSibling(ProfileNode* nextSibling) { m_nextSibling = nextSibling; } function in class:JSC::ProfileNode
/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp119 oldChild->previousSibling()->setNextSibling(oldChild->nextSibling());
129 oldChild->setNextSibling(0);
151 lChild->setNextSibling(newChild);
209 child->setNextSibling(beforeChild);
212 prev->setNextSibling(child);
H A DRenderLayer.h506 void setNextSibling(RenderLayer* next) { m_next = next; } function in class:WebCore::RenderLayer
H A DRenderLayer.cpp1024 prevSibling->setNextSibling(child);
1031 child->setNextSibling(beforeChild);
1066 oldChild->previousSibling()->setNextSibling(oldChild->nextSibling());
1085 oldChild->setNextSibling(0);
H A DRenderObject.h215 void setNextSibling(RenderObject* next) { m_next = next; } function in class:WebCore::RenderObject
H A DRenderBlock.cpp941 lastAnChild->setNextSibling(child->nextSibling());
943 child->previousSibling()->setNextSibling(firstAnChild);
958 child->previousSibling()->setNextSibling(child->nextSibling());
964 child->setNextSibling(0);
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h151 void setNextSibling(SVGElementInstance* sibling) { m_nextSibling = sibling; } function in class:WebCore::SVGElementInstance
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java145 public void setNextSibling(Node nextSibling) method in class:DOMBuilder
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java249 domBuilder.setNextSibling(nextSibling);
H A DTransformerImpl.java992 handler.setNextSibling(nextSibling);

Completed in 234 milliseconds