Searched refs:setHostWindow (Results 1 – 13 of 13) sorted by relevance
119 if (FAILED(m_webView->setHostWindow((OLE_HANDLE)(ULONG64)m_hwnd))) in createPage()295 m_webView->setHostWindow(reinterpret_cast<OLE_HANDLE>(m_hwnd)); in closeWindowWithoutNotifications()316 m_webView->setHostWindow(reinterpret_cast<OLE_HANDLE>(m_hwnd)); in showWindowWithoutNotifications()331 m_webView->setHostWindow(reinterpret_cast<OLE_HANDLE>(hostWindow)); in showWindowWithoutNotifications()
491 - (void)setHostWindow:(NSWindow *)hostWindow;
1048 [self setHostWindow:nil];1060 // setHostWindow:nil must be called before this value is set (see 5408186)2982 - (void)setHostWindow:(NSWindow *)hostWindow
190 hr = gWebView->setHostWindow((OLE_HANDLE) hMainWnd); in _tWinMain()
520 @method setHostWindow:525 - (void)setHostWindow:(NSWindow *)hostWindow;527 HRESULT setHostWindow([in] OLE_HANDLE window);
959 if (FAILED(webView->setHostWindow((OLE_HANDLE)(ULONG64)hostWindow))) in createWebViewAndOffscreenWindow()
212 virtual HRESULT STDMETHODCALLTYPE setHostWindow(
616 setHostWindow(0); in close()2816 HRESULT STDMETHODCALLTYPE WebView::setHostWindow( in setHostWindow() function in WebView
6521 (WebView::setHostWindow): Call windowAncestryDidChange after changing13012 (WebView::setHostWindow):15719 (WebView::setHostWindow): don't set the view window's parent to 0.22537 (WebView::setHostWindow):
271 -[WebView setHostWindow:]
150 bug here in WebView: setHostWindow:nil needs to be called before setting _private->closed to17027 … <rdar://problem/4633896> -[WebView close] should clear all delegates and call setHostWindow:nil19356 (-[WebView setHostWindow:]):20773 (WebView::setHostWindow):
8037 (-[WebView setHostWindow:]): Ditto.9550 (-[WebView setHostWindow:]): Moved code here from WebFrame.
28015 (-[WebView setHostWindow:]): new