Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/public/
DWebWidget.h71 virtual bool handleInputEvent(const WebInputEvent&) = 0;
DWebPlugin.h70 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
/external/webkit/WebKit/chromium/src/
DWebPopupMenuImpl.h70 virtual bool handleInputEvent(const WebInputEvent&);
DWebPluginContainerImpl.cpp356 bool handled = m_webPlugin->handleInputEvent(webEvent, cursorInfo); in handleMouseEvent()
392 bool handled = m_webPlugin->handleInputEvent(webEvent, cursor_info); in handleKeyboardEvent()
DWebPopupMenuImpl.cpp176 bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent) in handleInputEvent() function in WebKit::WebPopupMenuImpl
DWebViewImpl.h88 virtual bool handleInputEvent(const WebInputEvent&);
DWebViewImpl.cpp885 bool WebViewImpl::handleInputEvent(const WebInputEvent& inputEvent) in handleInputEvent() function in WebKit::WebViewImpl
/external/webkit/WebKit/chromium/
DChangeLog5179 (WebKit::WebViewImpl::handleInputEvent):
5446 (WebKit::WebPopupMenuImpl::handleInputEvent):