HomeSort by relevance Sort by last modified time
    Searched refs:handleInputEvent (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentPrivate.h 55 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) = 0;
PageWidgetDelegate.h 79 static bool handleInputEvent(WebCore::Page*, PageWidgetEventHandler&, const WebInputEvent&);
WebPagePopupImpl.h 79 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
WebPluginScrollbarImpl.h 83 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
WebDevToolsAgentImpl.h 84 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) OVERRIDE;
ExternalPopupMenu.cpp 102 m_webView.handleInputEvent(*m_syntheticEvent);
WebPopupMenuImpl.h 76 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE FINAL;
WebPagePopupImpl.cpp 342 bool WebPagePopupImpl::handleInputEvent(const WebInputEvent& event)
346 return PageWidgetDelegate::handleInputEvent(m_page.get(), *this, event);
WebPluginContainerImpl.cpp 710 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
755 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
798 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
816 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
843 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo)) {
866 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
WebDevToolsAgentImpl.cpp 310 bool WebDevToolsAgentImpl::handleInputEvent(WebCore::Page* page, const WebInputEvent& inputEvent)
594 m_webViewImpl->handleInputEvent(webEvent);
605 m_webViewImpl->handleInputEvent(webEvent);
PageWidgetDelegate.cpp 101 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInputEvent& event)
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 71 virtual bool handleInputEvent(const WebInputEvent&) = 0;
WebWidget.h 127 virtual bool handleInputEvent(const WebInputEvent&) { return false; }
WebPlugin.h 95 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 60 virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { return false; }
PinchViewportTest.cpp 743 webViewImpl()->handleInputEvent(mouseDownEvent);
744 webViewImpl()->handleInputEvent(mouseUpEvent);
748 webViewImpl()->handleInputEvent(mouseDownEvent);
759 webViewImpl()->handleInputEvent(mouseDownEvent);
760 webViewImpl()->handleInputEvent(mouseUpEvent);
WebViewTest.cpp     [all...]
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 90 virtual bool handleInputEvent(const blink::WebInputEvent& event,
webview_plugin.cc 166 bool WebViewPlugin::handleInputEvent(const WebInputEvent& event,
182 bool handled = web_view_->handleInputEvent(event);
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 56 virtual bool handleInputEvent(const blink::WebInputEvent& event,
pepper_webplugin_impl.cc 182 bool PepperWebPluginImpl::handleInputEvent(const blink::WebInputEvent& event,
186 return instance_->HandleInputEvent(event, &cursor_info);
ppb_scrollbar_impl.cc 148 return PP_FromBool(scrollbar_->handleInputEvent(*web_input_event.get()));
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.h 63 virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&);
event_sender.cc     [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 132 virtual bool handleInputEvent(

Completed in 691 milliseconds

1 2