Home
last modified time | relevance | path

Searched defs:wheelEvent (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/page/win/
DEventHandlerWin.cpp76 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget) in passWheelEventToWidget()
/external/webkit/Source/WebCore/page/chromium/
DEventHandlerChromium.cpp88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget) in passWheelEventToWidget()
/external/webkit/Source/WebCore/platform/
DScrollableArea.cpp118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent) in handleWheelEvent()
DScrollView.cpp843 void ScrollView::wheelEvent(PlatformWheelEvent& e) in wheelEvent() function in WebCore::ScrollView
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp331 void QWKPagePrivate::wheelEvent(QGraphicsSceneWheelEvent* ev) in wheelEvent() function in QWKPagePrivate
333 WebWheelEvent wheelEvent = WebEventFactory::createWebWheelEvent(ev); in wheelEvent() local
Dqgraphicswkview.cpp310 void QGraphicsWKView::wheelEvent(QGraphicsSceneWheelEvent* ev) in wheelEvent() function in QGraphicsWKView
/external/webkit/Source/WebKit/wince/
DWebView.cpp343 PlatformWheelEvent wheelEvent(hWnd, wParam, lParam, isHorizontal); in handleMouseWheel() local
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.cpp452 void PluginControllerProxy::handleWheelEvent(const WebWheelEvent& wheelEvent, bool& handled) in handleWheelEvent()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProxy.cpp278 bool PluginProxy::handleWheelEvent(const WebWheelEvent& wheelEvent) in handleWheelEvent()
/external/webkit/Source/WebKit/qt/Api/
Dqwebview.cpp1049 void QWebView::wheelEvent(QWheelEvent* ev) in wheelEvent() function in QWebView
Dqgraphicswebview.cpp1145 void QGraphicsWebView::wheelEvent(QGraphicsSceneWheelEvent* ev) in wheelEvent() function in QGraphicsWebView
Dqwebpage.cpp837 void QWebPagePrivate::wheelEvent(T *ev) in wheelEvent() function in QWebPagePrivate
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp974 static bool handleWheelEvent(const WebWheelEvent& wheelEvent, Page* page) in handleWheelEvent()
984 void WebPage::wheelEvent(const WebWheelEvent& wheelEvent) in wheelEvent() argument
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp670 bool NetscapePlugin::handleWheelEvent(const WebWheelEvent& wheelEvent) in handleWheelEvent()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp428 WebWheelEvent wheelEvent = WebEventFactory::createWebWheelEvent(hWnd, message, wParam, lParam); in onWheelEvent() local
/external/webkit/Source/WebCore/dom/
DNode.cpp2829 WheelEvent* wheelEvent = static_cast<WheelEvent*>(event); in defaultEventHandler() local
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2173 void EventHandler::defaultWheelEventHandler(Node* startNode, WheelEvent* wheelEvent) in defaultWheelEventHandler()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp892 PlatformWheelEvent wheelEvent(event); in webkit_web_view_scroll_event() local
/external/webkit/Source/WebKit/win/
DWebView.cpp1692 PlatformWheelEvent wheelEvent(m_viewWindow, wParam, lParam, isMouseHWheel); in mouseWheel() local