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

12

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsAgentPrivate.h53 virtual bool handleInputEvent(Page*, const WebInputEvent&) = 0;
H A DPageWidgetDelegate.h78 static bool handleInputEvent(Page*, PageWidgetEventHandler&, const WebInputEvent&, LocalFrame* rootFrame = 0);
H A DWebPluginScrollbarImpl.h80 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
H A DWebPagePopupImpl.h78 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
H A DWebDevToolsAgentImpl.h81 virtual bool handleInputEvent(Page*, const WebInputEvent&) OVERRIDE;
H A DWebPopupMenuImpl.h72 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE FINAL;
H A DWebPagePopupImpl.cpp378 bool WebPagePopupImpl::handleInputEvent(const WebInputEvent& event) function in class:blink::WebPagePopupImpl
382 return PageWidgetDelegate::handleInputEvent(m_page.get(), *this, event);
H A DWebPluginContainerImpl.cpp761 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
806 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
849 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
867 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
894 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) {
917 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
H A DWebDevToolsAgentImpl.cpp309 bool WebDevToolsAgentImpl::handleInputEvent(Page* page, const WebInputEvent& inputEvent) function in class:blink::WebDevToolsAgentImpl
509 m_webViewImpl->handleInputEvent(webEvent);
520 m_webViewImpl->handleInputEvent(webEvent);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginScrollbar.h71 virtual bool handleInputEvent(const WebInputEvent&) = 0;
H A DWebPlugin.h102 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
H A DWebWidget.h141 virtual bool handleInputEvent(const WebInputEvent&) { return false; } function in class:blink::WebWidget
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h59 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) OVERRIDE { return false; }
H A DImeOnFocusTest.cpp89 webView->handleInputEvent(webGestureEvent);
H A DWebViewTest.cpp1109 webView->handleInputEvent(event);
1158 webView->handleInputEvent(event);
1174 webView->handleInputEvent(event);
1182 webView->handleInputEvent(event);
1227 webView->handleInputEvent(keyEvent);
1229 webView->handleInputEvent(keyEvent);
1279 webViewImpl->handleInputEvent(event);
1514 webView->handleInputEvent(keyEvent);
1517 webView->handleInputEvent(keyEvent);
2126 webView->handleInputEvent(keyEven
[all...]
H A DPinchViewportTest.cpp861 webViewImpl()->handleInputEvent(mouseDownEvent);
862 webViewImpl()->handleInputEvent(mouseUpEvent);
866 webViewImpl()->handleInputEvent(mouseDownEvent);
877 webViewImpl()->handleInputEvent(mouseDownEvent);
878 webViewImpl()->handleInputEvent(mouseUpEvent);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h56 virtual bool handleInputEvent(const blink::WebInputEvent& event,
H A Dpepper_webplugin_impl.cc183 bool PepperWebPluginImpl::handleInputEvent(const blink::WebInputEvent& event, function in class:content::PepperWebPluginImpl
H A Dppb_scrollbar_impl.cc148 return PP_FromBool(scrollbar_->handleInputEvent(*web_input_event.get()));
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc1185 view_->handleInputEvent(event);
1349 view_->handleInputEvent(event_down);
1369 view_->handleInputEvent(event_char);
1372 view_->handleInputEvent(event_up);
1407 view_->handleInputEvent(event);
1417 view_->handleInputEvent(event);
1555 view_->handleInputEvent(event);
1577 view_->handleInputEvent(event);
1693 view_->handleInputEvent(event);
1707 view_->handleInputEvent(even
[all...]
H A Dtest_plugin.h69 virtual bool handleInputEvent(const blink::WebInputEvent& event,
H A Dtext_input_controller.cc257 view_->handleInputEvent(key_down);
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc166 bool WebViewPlugin::handleInputEvent(const WebInputEvent& event, function in class:WebViewPlugin
182 bool handled = web_view_->handleInputEvent(event);
H A Dwebview_plugin.h93 virtual bool handleInputEvent(const blink::WebInputEvent& event,
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h98 virtual bool handleInputEvent(

Completed in 6860 milliseconds

12