Searched refs:handleInputEvent (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebScrollbar.h93 virtual bool handleInputEvent(const WebInputEvent&) = 0;
H A DWebPlugin.h72 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
H A DWebWidget.h91 virtual bool handleInputEvent(const WebInputEvent&) = 0;
/external/chromium/webkit/glue/
H A Dcontext_menu_unittest.cc61 webview->handleInputEvent(mouse_event);
65 webview->handleInputEvent(mouse_event);
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.h58 virtual bool handleInputEvent(const WebInputEvent&);
H A DWebPopupMenuImpl.h70 virtual bool handleInputEvent(const WebInputEvent&);
H A DWebPluginContainerImpl.cpp491 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
512 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
550 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
H A DWebPopupMenuImpl.cpp181 bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent) function in class:WebKit::WebPopupMenuImpl
H A DWebScrollbarImpl.cpp125 bool WebScrollbarImpl::handleInputEvent(const WebInputEvent& event) function in class:WebKit::WebScrollbarImpl
H A DWebViewImpl.h100 virtual bool handleInputEvent(const WebInputEvent&);
H A DWebViewImpl.cpp1131 bool WebViewImpl::handleInputEvent(const WebInputEvent& inputEvent) function in class:WebKit::WebViewImpl
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp399 webview()->handleInputEvent(event);
431 webview()->handleInputEvent(e);
480 webview()->handleInputEvent(e);
602 webview()->handleInputEvent(eventDown);
609 webview()->handleInputEvent(eventChar);
612 webview()->handleInputEvent(eventUp);
633 webview()->handleInputEvent(WebInputEventFactory::keyboardEvent(0, msg, arguments[1].toInt32(), lparam));
784 webview()->handleInputEvent(event);
787 webview()->handleInputEvent(event);
927 webview()->handleInputEvent(touchEven
[all...]
H A DTextInputController.cpp244 view->handleInputEvent(keyDown);
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp133 virtual bool handleInputEvent(const WebInputEvent&) { return true; } function in class:__anon16016::TestWebWidget
232 m_webView->handleInputEvent(keyEvent);

Completed in 136 milliseconds