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

  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp 213 WebFrameProxy*& newLocationForNext = m_firstChild == child ? m_firstChild : child->m_previousSibling->m_nextSibling;
215 swap(newLocationForNext, child->m_nextSibling);
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 117 RefPtr<Frame>& newLocationForNext = m_firstChild == child ? m_firstChild : child->tree()->m_previousSibling->tree()->m_nextSibling;
119 swap(newLocationForNext, child->tree()->m_nextSibling);

Completed in 393 milliseconds