Home
last modified time | relevance | path

Searched refs:handleMouseWheel (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/uber/
Duber_utils.js62 handleMouseWheel(e.data.params);
83 function handleMouseWheel(params) { function
/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp148 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
DPageWidgetDelegate.h60 virtual bool handleMouseWheel(WebCore::Frame& mainFrame, const WebMouseWheelEvent&);
DWebPopupMenuImpl.cpp123 void WebPopupMenuImpl::handleMouseWheel(const WebMouseWheelEvent& event) in handleMouseWheel() function in blink::WebPopupMenuImpl
226 handleMouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent)); in handleInputEvent()
DWebPopupMenuImpl.h101 void handleMouseWheel(const WebMouseWheelEvent&);
DWebViewImpl.h639 virtual bool handleMouseWheel(WebCore::Frame&, const WebMouseWheelEvent&) OVERRIDE;
DWebViewImpl.cpp612 bool WebViewImpl::handleMouseWheel(Frame& mainFrame, const WebMouseWheelEvent& event) in handleMouseWheel() function in blink::WebViewImpl
615 return PageWidgetEventHandler::handleMouseWheel(mainFrame, event); in handleMouseWheel()
636 handleMouseWheel(*m_page->mainFrame(), syntheticWheel); in scrollBy()
/external/chromium_org/chrome/browser/resources/ntp4/
Dpage_list_view.js189 if (cardSlider.currentCardValue.handleMouseWheel(e)) {
Dtile_page.js1132 handleMouseWheel: function(e) { method in TilePage