Searched refs:WebMouseWheelEvent (Results 1 – 14 of 14) sorted by relevance
234 class WebMouseWheelEvent : public WebMouseEvent {247 WebMouseWheelEvent(unsigned sizeParam = sizeof(WebMouseWheelEvent))
42 class WebMouseWheelEvent; variable48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
48 class WebMouseWheelEvent; variable55 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*);
46 class WebMouseWheelEvent; variable55 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*);
52 class WebMouseWheelEvent; variable65 PlatformWheelEventBuilder(WebCore::Widget*, const WebMouseWheelEvent&);
57 class WebMouseWheelEvent; variable90 void MouseWheel(const WebMouseWheelEvent&);
114 void WebPopupMenuImpl::MouseWheel(const WebMouseWheelEvent& event) in MouseWheel()194 MouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent)); in handleInputEvent()
77 class WebMouseWheelEvent; variable229 void mouseWheel(const WebMouseWheelEvent&);
87 PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e) in PlatformWheelEventBuilder()
454 void WebViewImpl::mouseWheel(const WebMouseWheelEvent& event) in mouseWheel()918 mouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent)); in handleInputEvent()
297 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message, in mouseWheelEvent()300 WebMouseWheelEvent result; //(WebInputEvent::Uninitialized()); in mouseWheelEvent()
446 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(const GdkEventScroll* event) in mouseWheelEvent()448 WebMouseWheelEvent result; in mouseWheelEvent()
1042 // WebMouseWheelEvent ---------------------------------------------------------1044 WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(NSEvent* event, NSView* view)1046 WebMouseWheelEvent result;
6245 (WebKit::WebMouseWheelEvent::WebMouseWheelEvent):