Home
last modified time | relevance | path

Searched refs:setLastChild (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObjectChildList.cpp102 setLastChild(oldChild->previousSibling()); in removeChildNode()
151 setLastChild(newChild); in insertChildNode()
DRenderObjectChildList.h49 void setLastChild(RenderObject* child) { m_lastChild = child; } in setLastChild() function
DRenderLayer.h523 void setLastChild(RenderLayer* last) { m_last = last; } in setLastChild() function
DRenderBlock.cpp1037 m_children.setLastChild(lastAnChild); in removeLeftoverAnonymousBlock()
1042 m_children.setLastChild(child->previousSibling()); in removeLeftoverAnonymousBlock()
DRenderLayer.cpp1379 setLastChild(child); in addChild()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNodeAlgorithms.h107 container.setLastChild(0); in addChildNodesToDeletionQueue()
DAttr.cpp103 setLastChild(textNode.get()); in createTextChild()
DContainerNode.h183 void setLastChild(Node* child) { m_lastChild = child; } in setLastChild() function
DContainerNode.cpp284 setLastChild(&child); in appendChildCommon()