Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DCounterNode.cpp40 , m_lastChild(0) in CounterNode()
69 CounterNode* last = m_lastChild; in lastDescendant()
73 while (CounterNode* lastChild = last->m_lastChild) in lastDescendant()
85 while (CounterNode* lastChild = previous->m_lastChild) in previousInPreOrder()
138 while (m_lastChild != refChild) in insertAfter()
139 RenderCounter::destroyCounterNode(m_lastChild->renderer(), identifier); in insertAfter()
161 ASSERT(m_lastChild == refChild); in insertAfter()
162 m_lastChild = newChild; in insertAfter()
174 CounterNode* last = newChild->m_lastChild; in insertAfter()
192 m_lastChild = last; in insertAfter()
[all …]
DRenderObjectChildList.h40 , m_lastChild(0) in RenderObjectChildList()
45 RenderObject* lastChild() const { return m_lastChild; } in lastChild()
50 void setLastChild(RenderObject* child) { m_lastChild = child; } in setLastChild()
63 RenderObject* m_lastChild; variable
DCounterNode.h55 CounterNode* lastChild() const { return m_lastChild; } in lastChild()
88 CounterNode* m_lastChild; variable
DInlineFlowBox.h38 , m_lastChild(0) in InlineFlowBox()
61 InlineBox* lastChild() const { checkConsistency(); return m_lastChild; } in lastChild()
171 InlineBox* m_lastChild; variable
DInlineFlowBox.cpp75 m_lastChild = child; in addToLine()
77 m_lastChild->setNextOnLine(child); in addToLine()
78 child->setPrevOnLine(m_lastChild); in addToLine()
79 m_lastChild = child; in addToLine()
99 if (child == m_lastChild) in removeChild()
100 m_lastChild = child->prevOnLine(); in removeChild()
126 m_lastChild = 0; in deleteLine()
1124 ASSERT(prev == m_lastChild); in checkConsistency()
/external/webkit/WebCore/dom/
DContainerNode.cpp132 ASSERT(m_lastChild != prev); in insertBefore()
247 ASSERT(m_lastChild != prev); in replaceChild()
251 ASSERT(m_lastChild == prev); in replaceChild()
252 m_lastChild = child.get(); in replaceChild()
358 if (m_lastChild == child) in removeChild()
359 m_lastChild = prev; in removeChild()
411 if (n == m_lastChild) in removeChildren()
412 m_lastChild = 0; in removeChildren()
442 if (newChild == m_lastChild) // nothing to do in appendChild()
475 if (m_lastChild) { in appendChild()
[all …]
DContainerNode.h44 Node* lastChild() const { return m_lastChild; } in lastChild()
91 void setLastChild(Node* child) { m_lastChild = child; } in setLastChild()
100 Node* m_lastChild; variable
106 , m_lastChild(0) in ContainerNode()
/external/webkit/WebCore/page/
DFrameTree.h35 , m_lastChild(0) in FrameTree()
50 Frame* lastChild() const { return m_lastChild; } in lastChild()
82 Frame* m_lastChild; variable
DFrameTree.cpp69 Frame* oldLast = m_lastChild; in appendChild()
70 m_lastChild = child.get(); in appendChild()
80 ASSERT(!m_lastChild->tree()->m_nextSibling); in appendChild()
92 …Frame*& newLocationForPrevious = m_lastChild == child ? m_lastChild : child->tree()->m_nextSibling… in removeChild()
/external/webkit/WebCore/svg/
DSVGElementInstance.h68 SVGElementInstance* lastChild() const { return m_lastChild; } in lastChild()
142 void setLastChild(SVGElementInstance* child) { m_lastChild = child; } in setLastChild()
160 SVGElementInstance* m_lastChild; variable
DSVGElementInstance.cpp49 , m_lastChild(0) in SVGElementInstance()
/external/webkit/WebCore/
DChangeLog-2006-05-1029585 _first to m_firstChild and _last to m_lastChild.
29591 (WebCore::ContainerNodeImpl::willRemove): Updated for m_lastChild.
DChangeLog-2007-10-1468167 and m_lastChild. Made them private instead of proected. Removed the