Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:newPage

562     Page* newPage = webPage->corePage()->chrome()->createWindow(m_frame->coreFrame(), FrameLoadRequest(m_frame->coreFrame()->document()->securityOrigin()), WindowFeatures(), navigationAction);
563 if (!newPage)
566 return newPage->mainFrame();