/external/webkit/Source/WebCore/platform/ |
D | PlatformWheelEvent.h | 87 class PlatformWheelEvent { 89 PlatformWheelEvent() in PlatformWheelEvent() function 144 PlatformWheelEvent(GdkEventScroll*); 148 PlatformWheelEvent(const Evas_Event_Mouse_Wheel*); 153 PlatformWheelEvent(NSEvent *, NSView *windowView); 163 PlatformWheelEvent(QWheelEvent*); 164 PlatformWheelEvent(QGraphicsSceneWheelEvent*); 169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel); 170 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location); 174 PlatformWheelEvent(const wxMouseEvent&, const wxPoint&); [all …]
|
D | ScrollAnimator.h | 40 class PlatformWheelEvent; variable 64 virtual void handleWheelEvent(PlatformWheelEvent&);
|
D | ScrollableArea.h | 38 class PlatformWheelEvent; variable 55 void handleWheelEvent(PlatformWheelEvent&);
|
/external/webkit/Source/WebCore/platform/qt/ |
D | WheelEventQt.cpp | 33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation) in applyDelta() 60 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent 79 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
|
/external/webkit/Source/WebCore/platform/win/ |
D | WheelEventWin.cpp | 68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& locatio… in PlatformWheelEvent() function in WebCore::PlatformWheelEvent 90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
|
/external/webkit/Source/WebCore/platform/wx/ |
D | MouseWheelEventWx.cpp | 35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformWheelEventHaiku.cpp | 42 PlatformWheelEvent::PlatformWheelEvent(BMessage* message) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PlatformWheelEventGtk.cpp | 37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformWheelEventEfl.cpp | 45 PlatformWheelEvent::PlatformWheelEvent(const Evas_Event_Mouse_Wheel* ev) in PlatformWheelEvent() function in WebCore::PlatformWheelEvent
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FramelessScrollView.h | 41 class PlatformWheelEvent; variable 61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
|
D | PopupMenuChromium.cpp | 102 virtual bool handleWheelEvent(const PlatformWheelEvent&); 289 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, in constructRelativeWheelEvent() 296 PlatformWheelEvent relativeEvent = e; in constructRelativeWheelEvent() 481 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent() 668 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent() 677 wheelEvent(const_cast<PlatformWheelEvent&>(event)); in handleWheelEvent()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollAnimatorMac.h | 63 virtual void handleWheelEvent(PlatformWheelEvent&); 127 void smoothScrollWithEvent(PlatformWheelEvent&);
|
D | WheelEventMac.mm | 27 #import "PlatformWheelEvent.h" 92 PlatformWheelEvent::PlatformWheelEvent(NSEvent* event, NSView *windowView)
|
/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.cpp | 98 inline static WheelEvent::Granularity granularity(const PlatformWheelEvent& event) in granularity() 103 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<… in WheelEventDispatchMediator()
|
D | EventDispatcher.h | 42 class PlatformWheelEvent; variable
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebEventConversion.h | 58 WebCore::PlatformWheelEvent platform(const WebWheelEvent&);
|
D | WebEventConversion.cpp | 98 class WebKit2PlatformWheelEvent : public WebCore::PlatformWheelEvent { 122 WebCore::PlatformWheelEvent platform(const WebWheelEvent& webEvent) in platform()
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.h | 65 class PlatformWheelEvent; variable 172 bool handleWheelEvent(PlatformWheelEvent&); 348 bool passWheelEventToWidget(PlatformWheelEvent&, Widget*);
|
/external/webkit/Source/WebCore/page/android/ |
D | EventHandlerAndroid.cpp | 84 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget*) in passWheelEventToWidget() argument
|
/external/webkit/Source/WebCore/page/brew/ |
D | EventHandlerBrew.cpp | 100 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebInputEventConversion.h | 63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
|
/external/webkit/Source/WebCore/page/qt/ |
D | EventHandlerQt.cpp | 92 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/win/ |
D | EventHandlerWin.cpp | 76 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget) in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/efl/ |
D | EventHandlerEfl.cpp | 89 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
|
/external/webkit/Source/WebCore/page/wx/ |
D | EventHandlerWx.cpp | 77 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget) in passWheelEventToWidget()
|