/external/webkit/Source/WebCore/platform/ |
D | ScrollableArea.cpp | 118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent) in handleWheelEvent() function in WebCore::ScrollableArea 120 m_scrollAnimator->handleWheelEvent(wheelEvent); in handleWheelEvent()
|
D | ScrollAnimator.h | 64 virtual void handleWheelEvent(PlatformWheelEvent&);
|
D | ScrollAnimator.cpp | 84 void ScrollAnimator::handleWheelEvent(PlatformWheelEvent& e) in handleWheelEvent() function in WebCore::ScrollAnimator
|
D | ScrollableArea.h | 55 void handleWheelEvent(PlatformWheelEvent&);
|
/external/webkit/Source/WebCore/html/ |
D | BaseDateAndTimeInputType.h | 62 virtual void handleWheelEvent(WheelEvent*);
|
D | NumberInputType.h | 60 virtual void handleWheelEvent(WheelEvent*);
|
D | BaseDateAndTimeInputType.cpp | 135 void BaseDateAndTimeInputType::handleWheelEvent(WheelEvent* event) in handleWheelEvent() function in WebCore::BaseDateAndTimeInputType
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FramelessScrollView.h | 61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
|
D | PopupMenuChromium.h | 123 virtual bool handleWheelEvent(const PlatformWheelEvent&);
|
/external/webkit/Source/WebCore/page/qt/ |
D | EventHandlerQt.cpp | 98 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/win/ |
D | EventHandlerWin.cpp | 81 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/efl/ |
D | EventHandlerEfl.cpp | 95 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/wx/ |
D | EventHandlerWx.cpp | 82 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/gtk/ |
D | EventHandlerGtk.cpp | 94 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/haiku/ |
D | EventHandlerHaiku.cpp | 106 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/chromium/ |
D | EventHandlerChromium.cpp | 100 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent); in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollAnimatorMac.h | 63 virtual void handleWheelEvent(PlatformWheelEvent&);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | Plugin.h | 134 virtual bool handleWheelEvent(const WebWheelEvent&) = 0;
|
D | PluginProxy.h | 86 virtual bool handleWheelEvent(const WebWheelEvent&);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebPluginContainerImpl.h | 135 void handleWheelEvent(WebCore::WheelEvent*);
|
D | WebPluginContainerImpl.cpp | 175 handleWheelEvent(static_cast<WheelEvent*>(event)); in handleEvent() 505 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event) in handleWheelEvent() function in WebKit::WebPluginContainerImpl
|
D | WebPopupMenuImpl.cpp | 117 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event)); in MouseWheel()
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebView.cpp | 295 void WebView::handleWheelEvent(GdkEventScroll* event) in handleWheelEvent() function in WebKit::WebView 297 m_page->handleWheelEvent(WebEventFactory::createWebWheelEvent(event)); in handleWheelEvent()
|
D | WebView.h | 65 void handleWheelEvent(GdkEventScroll*);
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 452 void PluginControllerProxy::handleWheelEvent(const WebWheelEvent& wheelEvent, bool& handled) in handleWheelEvent() function in WebKit::PluginControllerProxy 454 handled = m_plugin->handleWheelEvent(wheelEvent); in handleWheelEvent()
|