HomeSort by relevance Sort by last modified time
    Searched refs:PlatformWheelEvent (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 69 class PlatformWheelEvent {
71 PlatformWheelEvent()
120 PlatformWheelEvent(GdkEventScroll*);
124 PlatformWheelEvent(NSEvent *, NSView *windowView);
128 PlatformWheelEvent(QWheelEvent*);
129 PlatformWheelEvent(QGraphicsSceneWheelEvent*);
134 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
135 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
139 PlatformWheelEvent(const wxMouseEvent&, const wxPoint&);
143 PlatformWheelEvent(BMessage*)
    [all...]
ScrollView.h 53 class PlatformWheelEvent;
193 void wheelEvent(PlatformWheelEvent&);
ScrollView.cpp 32 #include "PlatformWheelEvent.h"
647 void ScrollView::wheelEvent(PlatformWheelEvent& e)
    [all...]
  /external/webkit/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 30 #include "PlatformWheelEvent.h"
40 PlatformWheelEvent::PlatformWheelEvent(BMessage* message)
  /external/webkit/WebCore/platform/qt/
WheelEventQt.cpp 21 #include "PlatformWheelEvent.h"
32 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
54 PlatformWheelEvent::PlatformWheelEvent(QGraphicsSceneWheelEvent* e)
73 PlatformWheelEvent::PlatformWheelEvent(QWheelEvent* e)
  /external/webkit/WebCore/platform/chromium/
FramelessScrollView.h 41 class PlatformWheelEvent;
61 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
PopupMenuChromium.h 130 virtual bool handleWheelEvent(const PlatformWheelEvent&);
PopupMenuChromium.cpp 50 #include "PlatformWheelEvent.h"
100 virtual bool handleWheelEvent(const PlatformWheelEvent&);
281 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e,
287 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
288 PlatformWheelEvent relativeEvent = e;
418 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
579 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
588 wheelEvent(const_cast<PlatformWheelEvent&>(event));
    [all...]
  /external/webkit/WebCore/platform/wx/
MouseWheelEventWx.cpp 27 #include "PlatformWheelEvent.h"
35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint)
  /external/webkit/WebCore/platform/mac/
WheelEventMac.mm 27 #import "PlatformWheelEvent.h"
35 PlatformWheelEvent::PlatformWheelEvent(NSEvent* event, NSView *windowView)
  /external/webkit/WebCore/platform/gtk/
WheelEventGtk.cpp 29 #include "PlatformWheelEvent.h"
37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event)
  /external/webkit/WebCore/platform/win/
WheelEventWin.cpp 27 #include "PlatformWheelEvent.h"
68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location)
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel)
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.h 40 #include "PlatformWheelEvent.h"
63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
  /external/webkit/WebCore/page/android/
EventHandlerAndroid.cpp 37 #include "PlatformWheelEvent.h"
84 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget*)
  /external/webkit/WebCore/page/gtk/
EventHandlerGtk.cpp 39 #include "PlatformWheelEvent.h"
88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/WebCore/page/qt/
EventHandlerQt.cpp 48 #include "PlatformWheelEvent.h"
101 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/WebCore/page/win/
EventHandlerWin.cpp 41 #include "PlatformWheelEvent.h"
71 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
  /external/webkit/WebCore/page/wx/
EventHandlerWx.cpp 77 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/WebCore/page/haiku/
EventHandlerHaiku.cpp 43 #include "PlatformWheelEvent.h"
117 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& event, Widget* widget)
  /external/webkit/WebCore/page/
EventHandler.h 61 class PlatformWheelEvent;
148 bool handleWheelEvent(PlatformWheelEvent&);
305 bool passWheelEventToWidget(PlatformWheelEvent&, Widget*);
EventHandler.cpp 59 #include "PlatformWheelEvent.h"
115 static inline void scrollAndAcceptEvent(float delta, ScrollDirection positiveDirection, ScrollDirection negativeDirection, PlatformWheelEvent& e, Node* node, Node** stopNode)
    [all...]
  /external/webkit/WebCore/page/chromium/
EventHandlerChromium.cpp 43 #include "PlatformWheelEvent.h"
88 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 45 #include "PlatformWheelEvent.h"
119 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
448 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent&, Widget* widget)
691 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget)
  /external/webkit/WebCore/dom/
Node.h 54 class PlatformWheelEvent;
543 void dispatchWheelEvent(PlatformWheelEvent&);
  /external/webkit/WebKit/wx/
WebView.cpp 50 #include "PlatformWheelEvent.h"
615 WebCore::PlatformWheelEvent wkEvent(event, globalPoint);

Completed in 294 milliseconds

1 2