Home
last modified time | relevance | path

Searched refs:setNextSibling (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObjectChildList.cpp90 oldChild->previousSibling()->setNextSibling(oldChild->nextSibling()); in removeChildNode()
100 oldChild->setNextSibling(0); in removeChildNode()
138 previousSibling->setNextSibling(newChild); in insertChildNode()
140 newChild->setNextSibling(beforeChild); in insertChildNode()
144 lastChild()->setNextSibling(newChild); in insertChildNode()
DRenderLayer.h497 void setNextSibling(RenderLayer* next) { m_next = next; } in setNextSibling() function
DRenderLayer.cpp1379 prevSibling->setNextSibling(child); in addChild()
1386 child->setNextSibling(beforeChild); in addChild()
1437 oldChild->previousSibling()->setNextSibling(oldChild->nextSibling()); in removeChild()
1456 oldChild->setNextSibling(0); in removeChild()
DRenderObject.h273 void setNextSibling(RenderObject* next) { m_next = next; } in setNextSibling() function
DRenderBlock.cpp961 lastAnChild->setNextSibling(child->nextSibling()); in removeLeftoverAnonymousBlock()
963 child->previousSibling()->setNextSibling(firstAnChild); in removeLeftoverAnonymousBlock()
978 child->previousSibling()->setNextSibling(child->nextSibling()); in removeLeftoverAnonymousBlock()
991 child->setNextSibling(0); in removeLeftoverAnonymousBlock()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNodeAlgorithms.h93 n->setNextSibling(0); in removeDetachedChildrenInContainer()
114 lastChild->setNextSibling(&child); in appendChildToContainer()
164 n->setNextSibling(0);
177 tail->setNextSibling(n);
DContainerNode.cpp250 prev->setNextSibling(&newChild); in insertBeforeCommon()
257 newChild.setNextSibling(&nextChild); in insertBeforeCommon()
461 previousChild->setNextSibling(nextChild); in removeBetween()
468 oldChild.setNextSibling(0); in removeBetween()
DNode.h314 void setNextSibling(Node* next) { m_next = next; } in setNextSibling() function
DNode.cpp298 m_previous->setNextSibling(0); in ~Node()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementInstance.h172 void setNextSibling(SVGElementInstance* sibling) { m_nextSibling = sibling; } in setNextSibling() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java145 public void setNextSibling(Node nextSibling) in setNextSibling() method in DOMBuilder
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java249 domBuilder.setNextSibling(nextSibling); in createResultContentHandler()
DTransformerImpl.java992 handler.setNextSibling(nextSibling); in createSerializationHandler()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g350 //synpredAST.getLastSibling().setNextSibling( alt.getFirstChild() );