/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | EventSender.cpp | 445 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 …]
|
D | TestPlugin.h | 71 virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&);
|
D | TextInputController.cpp | 212 m_webView->handleInputEvent(keyDown); in setComposition()
|
/external/chromium/webkit/glue/ |
D | context_menu_unittest.cc | 61 webview->handleInputEvent(mouse_event); in TEST_F() 65 webview->handleInputEvent(mouse_event); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebDevToolsAgentPrivate.h | 54 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) = 0;
|
D | WebPluginContainerImpl.cpp | 701 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()
|
D | PageWidgetDelegate.h | 79 static bool handleInputEvent(WebCore::Page*, PageWidgetEventHandler&, const WebInputEvent&);
|
D | WebPagePopupImpl.cpp | 280 bool WebPagePopupImpl::handleInputEvent(const WebInputEvent& event) in handleInputEvent() function in blink::WebPagePopupImpl 284 return PageWidgetDelegate::handleInputEvent(m_page.get(), *this, event); in handleInputEvent()
|
D | WebPagePopupImpl.h | 74 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
|
D | WebDevToolsAgentImpl.cpp | 291 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()
|
D | WebPluginScrollbarImpl.h | 83 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
|
D | WebDevToolsAgentImpl.h | 80 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&);
|
D | WebPopupMenuImpl.h | 75 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
|
D | PageWidgetDelegate.cpp | 116 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInp… in handleInputEvent() function in blink::PageWidgetDelegate
|
D | WebPopupMenuImpl.cpp | 208 bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent) in handleInputEvent() function in blink::WebPopupMenuImpl
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPluginScrollbar.h | 71 virtual bool handleInputEvent(const WebInputEvent&) = 0;
|
D | WebWidget.h | 135 virtual bool handleInputEvent(const WebInputEvent&) { return false; } in handleInputEvent() function
|
D | WebPlugin.h | 95 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
|
/external/chromium_org/components/plugins/renderer/ |
D | webview_plugin.cc | 149 bool WebViewPlugin::handleInputEvent(const WebInputEvent& event, in handleInputEvent() function in WebViewPlugin 165 bool handled = web_view_->handleInputEvent(event); in handleInputEvent()
|
D | webview_plugin.h | 93 virtual bool handleInputEvent(const blink::WebInputEvent& event,
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | FakeWebPlugin.h | 61 …virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { retur… in handleInputEvent() function
|
D | WebViewTest.cpp | 927 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()
|
D | WebFrameTest.cpp | 3755 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/ |
D | pepper_webplugin_impl.h | 58 virtual bool handleInputEvent(const blink::WebInputEvent& event,
|
D | ppb_scrollbar_impl.cc | 159 return PP_FromBool(scrollbar_->handleInputEvent(*web_input_event.get())); in HandleEventInternal()
|