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

/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.h50 void setLastChild(RenderObject* child) { m_lastChild = child; } function in class:WebCore::RenderObjectChildList
H A DRenderObjectChildList.cpp126 setLastChild(oldChild->previousSibling());
155 setLastChild(newChild);
H A DRenderLayer.h494 void setLastChild(RenderLayer* last) { m_last = last; } function in class:WebCore::RenderLayer
H A DRenderBlock.cpp965 m_children.setLastChild(lastAnChild);
970 m_children.setLastChild(child->previousSibling());
H A DRenderLayer.cpp1035 setLastChild(child);
/external/webkit/Source/WebCore/dom/
H A DContainerNodeAlgorithms.h80 container->setLastChild(child);
143 container->setLastChild(0);
H A DAttr.cpp71 setLastChild(textNode.get());
H A DContainerNode.h102 void setLastChild(Node* child) { m_lastChild = child; } function in class:WebCore::ContainerNode
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h149 void setLastChild(SVGElementInstance* child) { m_lastChild = child; } function in class:WebCore::SVGElementInstance

Completed in 461 milliseconds