Home | History | Annotate | Download | only in win

Lines Matching full:webview

30 #include "WebView.h"
46 HRESULT WebDropSource::createInstance(WebView* webView, IDropSource** result)
48 if (!webView || !result)
50 *result = new WebDropSource(webView);
54 WebDropSource::WebDropSource(WebView* webView)
57 , m_webView(webView)
96 PlatformMouseEvent generateMouseEvent(WebView* webView, bool isDrag) {
101 if (SUCCEEDED(webView->viewWindow((OLE_HANDLE*)&viewWindow)))
143 // If our cursor is outside the bounds of the webView, we want to let Windows select the cursor.
151 // When dragging inside a WebView and the drag is not allowed, don't show the not allowed icon,