Searched refs:setMainFrame (Results 1 – 8 of 8) sorted by relevance
87 void setMainFrame(PassRefPtr<Frame>);
182 void Page::setMainFrame(PassRefPtr<Frame> mainFrame) in setMainFrame() function in WebCore::Page
159 page->setMainFrame(this); in Frame()
22423 …* bridge/mac/WebCorePageBridge.h: Removed init method and added setMainFrame: method and impl meth…22426 (-[WebCorePageBridge setMainFrame:]): Added.22468 Added a setMainFrame function and removed the mainFrame parameter from the constructor.22471 (WebCore::Page::setMainFrame): Added.
14215 moved the setMainFrame call that hands ownership to the Page18949 (-[WebCorePageBridge setMainFrame:]):46010 (-[WebCorePageBridge setMainFrame:]):
19156 * WebView.cpp: (WebView::initWithFrame): Removed setMainFrame call and
18100 Remove WebFrame::viewImpl(), setMainFrame on page.
24353 …Call super init to create the page before creating the main frame and calling setMainFrame: with i…