Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DEventSender.cpp445 webview()->handleInputEvent(event); in mouseDown()
478 webview()->handleInputEvent(e); in doMouseUp()
537 webview()->handleInputEvent(e); in doMouseMove()
687 webview()->handleInputEvent(eventDown); in keyDown()
700 webview()->handleInputEvent(eventChar); in keyDown()
703 webview()->handleInputEvent(eventUp); in keyDown()
725 …webview()->handleInputEvent(WebInputEventFactory::keyboardEvent(0, msg, arguments[1].toInt32(), lp… in dispatchMessage()
810 webview()->handleInputEvent(event); in mouseScrollBy()
817 webview()->handleInputEvent(event); in continuousMouseScrollBy()
903 webview()->handleInputEvent(event); in contextClick()
[all …]
DTestPlugin.h71 virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&);
DTextInputController.cpp212 m_webView->handleInputEvent(keyDown); in setComposition()
/external/chromium/webkit/glue/
Dcontext_menu_unittest.cc61 webview->handleInputEvent(mouse_event); in TEST_F()
65 webview->handleInputEvent(mouse_event); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDevToolsAgentPrivate.h54 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) = 0;
DWebPluginContainerImpl.cpp701 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleMouseEvent()
747 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleWheelEvent()
790 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleKeyboardEvent()
808 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in handleTouchEvent()
833 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) { in handleGestureEvent()
856 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) in synthesizeMouseEventIfPossible()
DPageWidgetDelegate.h79 static bool handleInputEvent(WebCore::Page*, PageWidgetEventHandler&, const WebInputEvent&);
DWebPagePopupImpl.cpp280 bool WebPagePopupImpl::handleInputEvent(const WebInputEvent& event) in handleInputEvent() function in blink::WebPagePopupImpl
284 return PageWidgetDelegate::handleInputEvent(m_page.get(), *this, event); in handleInputEvent()
DWebPagePopupImpl.h74 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
DWebDevToolsAgentImpl.cpp291 bool WebDevToolsAgentImpl::handleInputEvent(WebCore::Page* page, const WebInputEvent& inputEvent) in handleInputEvent() function in blink::WebDevToolsAgentImpl
502 m_webViewImpl->handleInputEvent(webEvent); in dispatchKeyEvent()
510 m_webViewImpl->handleInputEvent(webEvent); in dispatchMouseEvent()
DWebPluginScrollbarImpl.h83 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
DWebDevToolsAgentImpl.h80 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&);
DWebPopupMenuImpl.h75 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
DPageWidgetDelegate.cpp116 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInp… in handleInputEvent() function in blink::PageWidgetDelegate
DWebPopupMenuImpl.cpp208 bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent) in handleInputEvent() function in blink::WebPopupMenuImpl
/external/chromium_org/third_party/WebKit/public/web/
DWebPluginScrollbar.h71 virtual bool handleInputEvent(const WebInputEvent&) = 0;
DWebWidget.h135 virtual bool handleInputEvent(const WebInputEvent&) { return false; } in handleInputEvent() function
DWebPlugin.h95 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
/external/chromium_org/components/plugins/renderer/
Dwebview_plugin.cc149 bool WebViewPlugin::handleInputEvent(const WebInputEvent& event, in handleInputEvent() function in WebViewPlugin
165 bool handled = web_view_->handleInputEvent(event); in handleInputEvent()
Dwebview_plugin.h93 virtual bool handleInputEvent(const blink::WebInputEvent& event,
/external/chromium_org/third_party/WebKit/Source/web/tests/
DFakeWebPlugin.h61 …virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { retur… in handleInputEvent() function
DWebViewTest.cpp927 webView->handleInputEvent(event); in tapElementById()
976 webView->handleInputEvent(event); in TEST_F()
990 webView->handleInputEvent(event); in TEST_F()
998 webView->handleInputEvent(event); in TEST_F()
1311 webView->handleInputEvent(keyEvent); in openDateTimeChooser()
1314 webView->handleInputEvent(keyEvent); in openDateTimeChooser()
DWebFrameTest.cpp3755 webViewHelper.webView()->handleInputEvent(fatTap(0, 0)); in TEST_F()
3759 webViewHelper.webView()->handleInputEvent(fatTap(200, 115)); in TEST_F()
3764 webViewHelper.webView()->handleInputEvent(fatTap(120, 230 + i * 5)); in TEST_F()
3775 webViewHelper.webView()->handleInputEvent(fatTap(10 + i * 5, 590)); in TEST_F()
3799 webViewHelper.webView()->handleInputEvent(fatTap(50, 50)); in TEST_F()
3819 webViewHelper.webView()->handleInputEvent(fatTap(0, 0)); in TEST_F()
3823 webViewHelper.webView()->handleInputEvent(fatTap(200, 115)); in TEST_F()
3828 webViewHelper.webView()->handleInputEvent(fatTap(120, 230 + i * 5)); in TEST_F()
3834 webViewHelper.webView()->handleInputEvent(fatTap(10 + i * 5, 590)); in TEST_F()
3855 webViewHelper.webView()->handleInputEvent(fatTap(0, 0)); in TEST_F()
[all …]
/external/chromium_org/content/renderer/pepper/
Dpepper_webplugin_impl.h58 virtual bool handleInputEvent(const blink::WebInputEvent& event,
Dppb_scrollbar_impl.cc159 return PP_FromBool(scrollbar_->handleInputEvent(*web_input_event.get())); in HandleEventInternal()

12