HomeSort by relevance Sort by last modified time
    Searched refs:oldLast (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp 198 WebFrameProxy* oldLast = m_lastChild;
201 if (oldLast) {
202 ASSERT(!oldLast->m_nextSibling);
203 child->m_previousSibling = oldLast;
204 oldLast->m_nextSibling = child;
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 95 Frame* oldLast = m_lastChild;
98 if (oldLast) {
99 child->tree()->m_previousSibling = oldLast;
100 oldLast->tree()->m_nextSibling = child;
  /libcore/luni/src/main/java/java/util/
LinkedList.java 314 Link<E> oldLast = voidLink.previous;
315 Link<E> newLink = new Link<E>(object, oldLast, voidLink);
317 oldLast.next = newLink;
  /external/srec/portable/src/
pmemory.c 750 MemoryData* oldLast;
783 oldLast = oldData->last;
836 newData->last = oldLast;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 95 milliseconds