Home
last modified time | relevance | path

Searched refs:setPreviousSibling (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObjectChildList.cpp121 oldChild->nextSibling()->setPreviousSibling(oldChild->previousSibling()); in removeChildNode()
128 oldChild->setPreviousSibling(0); in removeChildNode()
150 newChild->setPreviousSibling(lChild); in appendChildNode()
210 beforeChild->setPreviousSibling(child); in insertChildNode()
213 child->setPreviousSibling(prev); in insertChildNode()
DRenderLayer.h491 void setPreviousSibling(RenderLayer* prev) { m_previous = prev; } in setPreviousSibling() function
DRenderLayer.cpp1024 child->setPreviousSibling(prevSibling); in addChild()
1031 beforeChild->setPreviousSibling(child); in addChild()
1069 oldChild->nextSibling()->setPreviousSibling(oldChild->previousSibling()); in removeChild()
1085 oldChild->setPreviousSibling(0); in removeChild()
DRenderObject.h214 void setPreviousSibling(RenderObject* previous) { m_previous = previous; } in setPreviousSibling() function
DRenderBlock.cpp955 firstAnChild->setPreviousSibling(child->previousSibling()); in removeLeftoverAnonymousBlock()
960 child->nextSibling()->setPreviousSibling(lastAnChild); in removeLeftoverAnonymousBlock()
975 child->nextSibling()->setPreviousSibling(child->previousSibling()); in removeLeftoverAnonymousBlock()
978 child->setPreviousSibling(0); in removeLeftoverAnonymousBlock()
/external/webkit/Source/WebCore/dom/
DContainerNodeAlgorithms.h75 child->setPreviousSibling(lastChild); in appendChildToContainer()
122 n->setPreviousSibling(0);
DContainerNode.cpp199 nextChild->setPreviousSibling(newChild); in insertBeforeCommon()
209 newChild->setPreviousSibling(prev); in insertBeforeCommon()
330 next->setPreviousSibling(child.get()); in replaceChild()
336 child->setPreviousSibling(prev.get()); in replaceChild()
472 nextChild->setPreviousSibling(previousChild); in removeBetween()
480 oldChild->setPreviousSibling(0); in removeBetween()
530 n->setPreviousSibling(0); in removeChildren()
619 child->setPreviousSibling(m_lastChild); in appendChild()
DNode.h242 void setPreviousSibling(Node* previous) { m_previous = previous; } in setPreviousSibling() function
DNode.cpp411 m_next->setPreviousSibling(0); in ~Node()
/external/webkit/Source/WebCore/svg/
DSVGElementInstance.h152 void setPreviousSibling(SVGElementInstance* sibling) { m_previousSibling = sibling; } in setPreviousSibling() function
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1638087 (WebCore::SVGElementInstance::setPreviousSibling):
DChangeLog-2006-12-3112876 (WebCore::RenderObject::setPreviousSibling):
DChangeLog-2009-06-1680230 (WebCore::SVGElementInstance::setPreviousSibling):