Searched refs:handleMouseEvent (Results 1 - 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewEventHandling.mm49 - (BOOL)handleMouseEvent:(NSEvent *)event;
92 if ([[self inputContext] wantsToHandleMouseEvents] && [[self inputContext] handleMouseEvent:event])
101 if ([currentInputManager wantsToHandleMouseEvents] && [currentInputManager handleMouseEvent:event])
143 if ([currentInputManager wantsToHandleMouseEvents] && [currentInputManager handleMouseEvent:event])
/external/webkit/Source/WebCore/plugins/
H A DPluginViewNone.cpp59 void PluginView::handleMouseEvent(MouseEvent*) function in class:WebCore::PluginView
H A DPluginView.h354 void handleMouseEvent(MouseEvent*);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebScrollBarPrivate.idl69 HRESULT handleMouseEvent([in] OLE_HANDLE hwnd, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebViewWidget.cpp279 webView->handleMouseEvent(event, priv->currentClickCount);
294 webView->handleMouseEvent(reinterpret_cast<GdkEvent*>(event), 0 /* currentClickCount */);
310 webView->handleMouseEvent(reinterpret_cast<GdkEvent*>(event), 0 /* currentClickCount */);
H A DWebView.h66 void handleMouseEvent(GdkEvent*, int);
H A DWebView.cpp290 void WebView::handleMouseEvent(GdkEvent* event, int currentClickCount) function in class:WebKit::WebView
292 m_page->handleMouseEvent(NativeWebMouseEvent(event, currentClickCount));
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.h101 virtual HRESULT STDMETHODCALLTYPE handleMouseEvent(
H A DWebScrollBar.cpp221 HRESULT STDMETHODCALLTYPE WebScrollBar::handleMouseEvent( function in class:WebScrollBar
/external/webkit/Source/WebKit/wince/
H A DWebView.h83 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
H A DWebView.cpp279 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function in class:WebView
412 handled = handleMouseEvent(hWnd, message, wParam, lParam);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPlugin.h131 virtual bool handleMouseEvent(const WebMouseEvent&) = 0;
H A DPluginProxy.h85 virtual bool handleMouseEvent(const WebMouseEvent&);
H A DPluginProxy.cpp269 bool PluginProxy::handleMouseEvent(const WebMouseEvent& mouseEvent) function in class:WebKit::PluginProxy
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp305 page->handleMouseEvent(NativeWebMouseEvent(ev, 0));
311 page->handleMouseEvent(NativeWebMouseEvent(ev, 3));
315 page->handleMouseEvent(NativeWebMouseEvent(ev, 1));
320 page->handleMouseEvent(NativeWebMouseEvent(ev, 0));
325 page->handleMouseEvent(NativeWebMouseEvent(ev, 2));
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m264 static void handleMouseEvent(PluginObject *obj, NPCocoaEvent *event)
348 handleMouseEvent(obj, cocoaEvent);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.h134 void handleMouseEvent(WebCore::MouseEvent*);
H A DWebPluginContainerImpl.cpp173 handleMouseEvent(static_cast<MouseEvent*>(event));
470 void WebPluginContainerImpl::handleMouseEvent(MouseEvent* event) function in class:WebKit::WebPluginContainerImpl
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.h119 void handleMouseEvent(const WebMouseEvent&, PassRefPtr<Messages::PluginControllerProxy::HandleMouseEvent::DelayedReply>);
H A DPluginControllerProxy.cpp439 void PluginControllerProxy::handleMouseEvent(const WebMouseEvent& mouseEvent, PassRefPtr<Messages::PluginControllerProxy::HandleMouseEvent::DelayedReply> reply) function in class:WebKit::PluginControllerProxy
449 m_plugin->handleMouseEvent(mouseEvent);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h165 virtual bool handleMouseEvent(const WebMouseEvent&);
H A DNetscapePlugin.cpp663 bool NetscapePlugin::handleMouseEvent(const WebMouseEvent& mouseEvent) function in class:WebKit::NetscapePlugin
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp193 void PluginView::handleMouseEvent(MouseEvent* event) function in class:WebCore::PluginView
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp267 void PluginView::handleMouseEvent(MouseEvent* event) function in class:WebCore::PluginView
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp129 res = handleMouseEvent(static_cast<QMouseEvent*>(ev));

Completed in 869 milliseconds

12