Home
last modified time | relevance | path

Searched refs:WebMouseWheelEvent (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebKit/chromium/public/
DWebInputEvent.h234 class WebMouseWheelEvent : public WebMouseEvent {
247 WebMouseWheelEvent(unsigned sizeParam = sizeof(WebMouseWheelEvent))
/external/webkit/WebKit/chromium/public/win/
DWebInputEventFactory.h42 class WebMouseWheelEvent; variable
48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
/external/webkit/WebKit/chromium/public/mac/
DWebInputEventFactory.h48 class WebMouseWheelEvent; variable
55 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*);
/external/webkit/WebKit/chromium/public/gtk/
DWebInputEventFactory.h46 class WebMouseWheelEvent; variable
55 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*);
/external/webkit/WebKit/chromium/src/
DWebInputEventConversion.h52 class WebMouseWheelEvent; variable
65 PlatformWheelEventBuilder(WebCore::Widget*, const WebMouseWheelEvent&);
DWebPopupMenuImpl.h57 class WebMouseWheelEvent; variable
90 void MouseWheel(const WebMouseWheelEvent&);
DWebPopupMenuImpl.cpp114 void WebPopupMenuImpl::MouseWheel(const WebMouseWheelEvent& event) in MouseWheel()
194 MouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent)); in handleInputEvent()
DWebViewImpl.h77 class WebMouseWheelEvent; variable
229 void mouseWheel(const WebMouseWheelEvent&);
DWebInputEventConversion.cpp87 PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e) in PlatformWheelEventBuilder()
DWebViewImpl.cpp454 void WebViewImpl::mouseWheel(const WebMouseWheelEvent& event) in mouseWheel()
918 mouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent)); in handleInputEvent()
/external/webkit/WebKit/chromium/src/win/
DWebInputEventFactory.cpp297 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message, in mouseWheelEvent()
300 WebMouseWheelEvent result; //(WebInputEvent::Uninitialized()); in mouseWheelEvent()
/external/webkit/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp446 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(const GdkEventScroll* event) in mouseWheelEvent()
448 WebMouseWheelEvent result; in mouseWheelEvent()
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm1042 // WebMouseWheelEvent ---------------------------------------------------------
1044 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(NSEvent* event, NSView* view)
1046 WebMouseWheelEvent result;
/external/webkit/WebKit/chromium/
DChangeLog6245 (WebKit::WebMouseWheelEvent::WebMouseWheelEvent):