Searched refs:handleMouseWheel (Results 1 – 9 of 9) sorted by relevance
62 handleMouseWheel(e.data.params);83 function handleMouseWheel(params) { function
148 return handler.handleMouseWheel(*frame, *static_cast<const WebMouseWheelEvent*>(&event)); in handleInputEvent()218 bool PageWidgetEventHandler::handleMouseWheel(Frame& mainFrame, const WebMouseWheelEvent& event) in handleMouseWheel() function in blink::PageWidgetEventHandler
60 virtual bool handleMouseWheel(WebCore::Frame& mainFrame, const WebMouseWheelEvent&);
123 void WebPopupMenuImpl::handleMouseWheel(const WebMouseWheelEvent& event) in handleMouseWheel() function in blink::WebPopupMenuImpl226 handleMouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent)); in handleInputEvent()
101 void handleMouseWheel(const WebMouseWheelEvent&);
639 virtual bool handleMouseWheel(WebCore::Frame&, const WebMouseWheelEvent&) OVERRIDE;
612 bool WebViewImpl::handleMouseWheel(Frame& mainFrame, const WebMouseWheelEvent& event) in handleMouseWheel() function in blink::WebViewImpl615 return PageWidgetEventHandler::handleMouseWheel(mainFrame, event); in handleMouseWheel()636 handleMouseWheel(*m_page->mainFrame(), syntheticWheel); in scrollBy()
189 if (cardSlider.currentCardValue.handleMouseWheel(e)) {
1132 handleMouseWheel: function(e) { method in TilePage