Home
last modified time | relevance | path

Searched refs:GdkEventScroll (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/chromium/public/gtk/
DWebInputEventFactory.h39 typedef struct _GdkEventScroll GdkEventScroll; typedef
55 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*);
/external/webkit/WebCore/platform/
DPlatformWheelEvent.h32 typedef struct _GdkEventScroll GdkEventScroll; typedef
120 PlatformWheelEvent(GdkEventScroll*);
/external/webkit/WebCore/platform/gtk/
DWheelEventGtk.cpp37 PlatformWheelEvent::PlatformWheelEvent(GdkEventScroll* event) in PlatformWheelEvent()
DScrollbarGtk.cpp42 static gboolean gtkScrollEventCallback(GtkWidget* widget, GdkEventScroll* event, ScrollbarGtk*) in gtkScrollEventCallback()
/external/webkit/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp446 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(const GdkEventScroll* event) in mouseWheelEvent()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp597 static gboolean webkit_web_view_scroll_event(GtkWidget* widget, GdkEventScroll* event) in webkit_web_view_scroll_event()