Searched refs:oldLast (Results 1 – 3 of 3) sorted by relevance
198 WebFrameProxy* oldLast = m_lastChild; in appendChild() local201 if (oldLast) { in appendChild()202 ASSERT(!oldLast->m_nextSibling); in appendChild()203 child->m_previousSibling = oldLast; in appendChild()204 oldLast->m_nextSibling = child; in appendChild()
95 Frame* oldLast = m_lastChild; in actuallyAppendChild() local98 if (oldLast) { in actuallyAppendChild()99 child->tree()->m_previousSibling = oldLast; in actuallyAppendChild()100 oldLast->tree()->m_nextSibling = child; in actuallyAppendChild()
750 MemoryData* oldLast; in prealloc() local783 oldLast = oldData->last; in prealloc()836 newData->last = oldLast; in prealloc()