Searched refs:m_nextSibling (Results 1 – 8 of 8) sorted by relevance
46 , m_nextSibling(0) in CounterNode()63 for (CounterNode* c = this; c; c = c->m_nextSibling) { in recount()79 ASSERT(!newChild->m_nextSibling); in insertAfter()85 next = refChild->m_nextSibling; in insertAfter()86 refChild->m_nextSibling = newChild; in insertAfter()102 newChild->m_nextSibling = next; in insertAfter()115 CounterNode* next = oldChild->m_nextSibling; in removeChild()118 oldChild->m_nextSibling = 0; in removeChild()123 prev->m_nextSibling = next; in removeChild()
51 CounterNode* nextSibling() const { return m_nextSibling; } in nextSibling()69 CounterNode* m_nextSibling; variable
60 , m_nextSibling(0) in ProfileNode()76 , m_nextSibling(0) in ProfileNode()177 ProfileNode* next = m_nextSibling; in traverseNextNodePostOrder()190 if (m_nextSibling) in traverseNextNodePreOrder()191 return m_nextSibling; in traverseNextNodePreOrder()304 m_nextSibling ? m_nextSibling->functionName().UTF8String().c_str() : ""); in debugPrintData()
73 ProfileNode* nextSibling() const { return m_nextSibling; } in nextSibling()74 void setNextSibling(ProfileNode* nextSibling) { m_nextSibling = nextSibling; } in setNextSibling()162 ProfileNode* m_nextSibling; variable
73 oldLast->tree()->m_nextSibling = child; in appendChild()79 ASSERT(!m_lastChild->tree()->m_nextSibling); in appendChild()94 …t = m_firstChild == child ? m_firstChild : child->tree()->m_previousSibling->tree()->m_nextSibling; in removeChild()95 …tionForPrevious = m_lastChild == child ? m_lastChild : child->tree()->m_nextSibling->tree()->m_pre… in removeChild()96 swap(newLocationForNext, child->tree()->m_nextSibling); in removeChild()101 child->tree()->m_nextSibling = 0; in removeChild()
47 Frame* nextSibling() const { return m_nextSibling.get(); } in nextSibling()78 RefPtr<Frame> m_nextSibling; variable
73 SVGElementInstance* nextSibling() const { return m_nextSibling; } in nextSibling()188 void setNextSibling(SVGElementInstance* sibling) { m_nextSibling = sibling; } in setNextSibling()202 SVGElementInstance* m_nextSibling; variable
54 , m_nextSibling(0) in SVGElementInstance()