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

  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp 214 WebFrameProxy*& newLocationForPrevious = m_lastChild == child ? m_lastChild : child->m_nextSibling->m_previousSibling;
216 swap(newLocationForPrevious, child->m_previousSibling);
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 118 Frame*& newLocationForPrevious = m_lastChild == child ? m_lastChild : child->tree()->m_nextSibling->tree()->m_previousSibling;
121 std::swap(newLocationForPrevious, child->tree()->m_previousSibling);

Completed in 1514 milliseconds