Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DFrameTree.cpp69 Frame* oldLast = m_lastChild; in appendChild() local
72 if (oldLast) { in appendChild()
73 child->tree()->m_previousSibling = oldLast; in appendChild()
74 oldLast->tree()->m_nextSibling = child; in appendChild()
/external/srec/portable/src/
Dpmemory.c750 MemoryData* oldLast; in prealloc() local
783 oldLast = oldData->last; in prealloc()
836 newData->last = oldLast; in prealloc()