Home
last modified time | relevance | path

Searched refs:handleInputEvent (Results 1 – 16 of 16) sorted by relevance

/external/chromium/webkit/glue/
Dcontext_menu_unittest.cc61 webview->handleInputEvent(mouse_event); in TEST_F()
65 webview->handleInputEvent(mouse_event); in TEST_F()
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp399 webview()->handleInputEvent(event); in mouseDown()
431 webview()->handleInputEvent(e); in doMouseUp()
480 webview()->handleInputEvent(e); in doMouseMove()
602 webview()->handleInputEvent(eventDown); in keyDown()
609 webview()->handleInputEvent(eventChar); in keyDown()
612 webview()->handleInputEvent(eventUp); in keyDown()
633 …webview()->handleInputEvent(WebInputEventFactory::keyboardEvent(0, msg, arguments[1].toInt32(), lp… in dispatchMessage()
784 webview()->handleInputEvent(event); in contextClick()
787 webview()->handleInputEvent(event); in contextClick()
927 webview()->handleInputEvent(touchEvent); in sendCurrentTouchEvent()
[all …]
DTextInputController.cpp244 view->handleInputEvent(keyDown); in setComposition()
/external/webkit/Source/WebKit/chromium/public/
DWebScrollbar.h93 virtual bool handleInputEvent(const WebInputEvent&) = 0;
DWebWidget.h91 virtual bool handleInputEvent(const WebInputEvent&) = 0;
DWebPlugin.h72 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp133 virtual bool handleInputEvent(const WebInputEvent&) { return true; } in handleInputEvent() function in __anon64e170100111::TestWebWidget
232 m_webView->handleInputEvent(keyEvent); in simulateKeyEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp491 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleMouseEvent()
512 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleWheelEvent()
550 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleKeyboardEvent()
DWebScrollbarImpl.h58 virtual bool handleInputEvent(const WebInputEvent&);
DWebPopupMenuImpl.h70 virtual bool handleInputEvent(const WebInputEvent&);
DWebPopupMenuImpl.cpp181 bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent) in handleInputEvent() function in WebKit::WebPopupMenuImpl
DWebScrollbarImpl.cpp125 bool WebScrollbarImpl::handleInputEvent(const WebInputEvent& event) in handleInputEvent() function in WebKit::WebScrollbarImpl
DWebViewImpl.h100 virtual bool handleInputEvent(const WebInputEvent&);
DWebViewImpl.cpp1131 bool WebViewImpl::handleInputEvent(const WebInputEvent& inputEvent) in handleInputEvent() function in WebKit::WebViewImpl
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164518 (WebKit::WebViewImpl::handleInputEvent):
8467 (WebKit::WebViewImpl::handleInputEvent):
10676 (WebKit::WebViewImpl::handleInputEvent):
13249 to caller of WebViewImpl::handleInputEvent.
13255 (WebKit::WebViewImpl::handleInputEvent):
13263 Pass context menu events through WebInputEvent to WebPlugin::handleInputEvent.
17662 (WebKit::WebViewImpl::handleInputEvent):
18419 (WebKit::WebScrollbarImpl::handleInputEvent):
22244 (WebKit::WebViewImpl::handleInputEvent): Now routes WebTouchEvents to
22350 (WebKit::WebViewImpl::handleInputEvent):
[all …]
DChangeLog276 (WebKit::WebViewImpl::handleInputEvent):
5198 (WebKit::WebViewImpl::handleInputEvent):