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);