Searched refs:setNextSibling (Results 1 - 16 of 16) 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.h490 void setNextSibling(RenderLayer* next) { m_next = next; } function in class:WebCore::RenderLayer
H A DRenderLayer.cpp1025 prevSibling->setNextSibling(child);
1032 child->setNextSibling(beforeChild);
1067 oldChild->previousSibling()->setNextSibling(oldChild->nextSibling());
1086 oldChild->setNextSibling(0);
H A DRenderObject.h215 void setNextSibling(RenderObject* next) { m_next = next; } function in class:WebCore::RenderObject
H A DRenderBlock.cpp956 lastAnChild->setNextSibling(child->nextSibling());
958 child->previousSibling()->setNextSibling(firstAnChild);
973 child->previousSibling()->setNextSibling(child->nextSibling());
979 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);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 4288 milliseconds