Home
last modified time | relevance | path

Searched refs:oldLast (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.cpp198 WebFrameProxy* oldLast = m_lastChild; in appendChild() local
201 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()
/external/webkit/Source/WebCore/page/
DFrameTree.cpp95 Frame* oldLast = m_lastChild; in actuallyAppendChild() local
98 if (oldLast) { in actuallyAppendChild()
99 child->tree()->m_previousSibling = oldLast; in actuallyAppendChild()
100 oldLast->tree()->m_nextSibling = child; in actuallyAppendChild()
/external/srec/portable/src/
Dpmemory.c750 MemoryData* oldLast; in prealloc() local
783 oldLast = oldData->last; in prealloc()
836 newData->last = oldLast; in prealloc()