Searched refs:handleWheelEvent (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/html/
H A DBaseDateAndTimeInputType.h62 virtual void handleWheelEvent(WheelEvent*);
H A DNumberInputType.h60 virtual void handleWheelEvent(WheelEvent*);
H A DBaseDateAndTimeInputType.cpp135 void BaseDateAndTimeInputType::handleWheelEvent(WheelEvent* event) function in class:WebCore::BaseDateAndTimeInputType
H A DNumberInputType.cpp174 void NumberInputType::handleWheelEvent(WheelEvent* event) function in class:WebCore::NumberInputType
/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.h61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
H A DPopupMenuChromium.h123 virtual bool handleWheelEvent(const PlatformWheelEvent&);
/external/webkit/Source/WebCore/page/efl/
H A DEventHandlerEfl.cpp95 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event);
/external/webkit/Source/WebCore/page/qt/
H A DEventHandlerQt.cpp98 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event);
/external/webkit/Source/WebCore/page/win/
H A DEventHandlerWin.cpp81 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
/external/webkit/Source/WebCore/page/wx/
H A DEventHandlerWx.cpp82 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event);
/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.h64 virtual void handleWheelEvent(PlatformWheelEvent&);
H A DScrollableArea.cpp118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent) function in class:WebCore::ScrollableArea
120 m_scrollAnimator->handleWheelEvent(wheelEvent);
H A DScrollAnimator.cpp84 void ScrollAnimator::handleWheelEvent(PlatformWheelEvent& e) function in class:WebCore::ScrollAnimator
H A DScrollableArea.h55 void handleWheelEvent(PlatformWheelEvent&);
/external/webkit/Source/WebCore/page/gtk/
H A DEventHandlerGtk.cpp94 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event);
/external/webkit/Source/WebCore/page/haiku/
H A DEventHandlerHaiku.cpp106 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event);
/external/webkit/Source/WebCore/page/chromium/
H A DEventHandlerChromium.cpp100 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.h63 virtual void handleWheelEvent(PlatformWheelEvent&);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPlugin.h134 virtual bool handleWheelEvent(const WebWheelEvent&) = 0;
H A DPluginProxy.h86 virtual bool handleWheelEvent(const WebWheelEvent&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.h135 void handleWheelEvent(WebCore::WheelEvent*);
H A DWebPluginContainerImpl.cpp175 handleWheelEvent(static_cast<WheelEvent*>(event));
505 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event) function in class:WebKit::WebPluginContainerImpl
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.h120 void handleWheelEvent(const WebWheelEvent&, bool& handled);
H A DPluginControllerProxy.cpp452 void PluginControllerProxy::handleWheelEvent(const WebWheelEvent& wheelEvent, bool& handled) function in class:WebKit::PluginControllerProxy
454 handled = m_plugin->handleWheelEvent(wheelEvent);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.h65 void handleWheelEvent(GdkEventScroll*);

Completed in 232 milliseconds

123