Searched refs:viewWindow (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDropSource.cpp101 HWND viewWindow; local
102 if (SUCCEEDED(webView->viewWindow((OLE_HANDLE*)&viewWindow)))
103 ::ScreenToClient(viewWindow, (LPPOINT)&localpt);
133 HWND viewWindow;
134 if (FAILED(m_webView->viewWindow(reinterpret_cast<OLE_HANDLE*>(&viewWindow))))
138 GetWindowRect(viewWindow, &webViewRect);
H A DWebNodeHighlight.cpp59 m_inspectedWebView->viewWindow(reinterpret_cast<OLE_HANDLE*>(&m_inspectedWebViewWindow));
H A DWebFrame.cpp1080 HWND viewWindow; local
1081 d->webView->viewWindow((OLE_HANDLE*)&viewWindow);
2132 m_accessible = new AccessibleDocument(currentDocument, webView()->viewWindow());
H A DWebView.h634 virtual HRESULT STDMETHODCALLTYPE viewWindow(
945 HWND viewWindow() const { return m_viewWindow; } function in class:WebView
H A DFullscreenVideoController.cpp282 HWND parentHwnd = webView ? webView->viewWindow() : 0;
H A DWebView.cpp5115 HRESULT STDMETHODCALLTYPE WebView::viewWindow(
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A DTransparentHello.rb42 viewWindow = window
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.cpp490 HWND viewWindow; local
491 if (FAILED(m_webView->viewWindow(reinterpret_cast<OLE_HANDLE*>(&viewWindow))))
498 ::ClientToScreen(viewWindow, &topLeft);
508 HWND viewWindow; local
509 if (FAILED(m_webView->viewWindow(reinterpret_cast<OLE_HANDLE*>(&viewWindow))))
512 ::ScreenToClient(viewWindow, &result);
519 HWND viewWindow; local
520 if (FAILED(m_webView->viewWindow(reinterpret_cas
655 HWND viewWindow; local
[all...]
H A DWebInspectorClient.cpp73 m_inspectedWebView->viewWindow((OLE_HANDLE*)&m_inspectedWebViewHwnd);
156 if (FAILED(frontendWebView->viewWindow(reinterpret_cast<OLE_HANDLE*>(&frontendWebViewHwnd))))
H A DWebFrameLoaderClient.cpp1197 HRESULT hr = webView->viewWindow((OLE_HANDLE*)&parentWindow);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebViewPrivate.idl75 HRESULT viewWindow([out, retval] OLE_HANDLE* window);

Completed in 178 milliseconds