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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNodeAlgorithms.h123 container.setLastChild(child);
192 container.setLastChild(0);
H A DAttr.cpp84 setLastChild(textNode.get());
H A DContainerNode.h151 void setLastChild(Node* child) { m_lastChild = child; } function in class:WebCore::ContainerNode
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGElementInstance.h172 void setLastChild(SVGElementInstance* child) { m_lastChild = child; } function in class:WebCore::SVGElementInstance
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.h184 void setLastChild(RenderObject* child) { m_lastChild = child; } function in class:WebCore::RenderElement
H A DRenderLayer.h975 void setLastChild(RenderLayer* last) { m_last = last; } function in class:WebCore::final
H A DRenderBlock.cpp698 setLastChild(lastAnChild);
703 setLastChild(child->previousSibling());

Completed in 85 milliseconds