Searched refs:handleWheelEvent (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollElasticityController.h86 bool handleWheelEvent(const PlatformWheelEvent&);
H A DScrollAnimatorMac.h92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
H A DScrollAnimatorMac.mm1080 bool ScrollAnimatorMac::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
1085 return ScrollAnimator::handleWheelEvent(wheelEvent);
1089 // the base class implementation of handleWheelEvent will not accept the
1093 return ScrollAnimator::handleWheelEvent(wheelEvent);
1096 return ScrollAnimator::handleWheelEvent(wheelEvent);
1099 bool didHandleEvent = m_scrollElasticityController.handleWheelEvent(wheelEvent);
H A DScrollElasticityController.mm111 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.h67 virtual bool handleWheelEvent(const PlatformWheelEvent&);
H A DScrollAnimator.cpp72 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e) function in class:blink::ScrollAnimator
H A DScrollableArea.cpp238 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent) function in class:blink::ScrollableArea
245 return scrollAnimator()->handleWheelEvent(wheelEvent);
H A DScrollableArea.h78 bool handleWheelEvent(const PlatformWheelEvent&);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.h70 bool handleWheelEvent(const PlatformWheelEvent&);
H A DPopupContainer.cpp294 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) function in class:blink::PopupContainer
297 return m_listBox->handleWheelEvent(
323 handleWheelEvent(syntheticWheelEvent);
H A DPageWidgetDelegate.cpp212 return mainFrame.eventHandler().handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event));
H A DPopupListBox.h126 bool handleWheelEvent(const PlatformWheelEvent&);
H A DWebPluginContainerImpl.h182 void handleWheelEvent(WheelEvent*);
H A DWebPopupMenuImpl.cpp143 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event));
H A DWebPluginScrollbarImpl.cpp331 return m_group->handleWheelEvent(platformEvent);
H A DPopupListBox.cpp158 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) function in class:blink::PopupListBox
165 ScrollableArea::handleWheelEvent(event);
H A DWebPluginContainerImpl.cpp186 handleWheelEvent(toWheelEvent(event));
799 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event) function in class:blink::WebPluginContainerImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.h142 bool handleWheelEvent(const PlatformWheelEvent&);
H A DEventHandler.cpp1945 bool EventHandler::handleWheelEvent(const PlatformWheelEvent& event) function in class:blink::EventHandler
2068 // the chain, doing a single-frame hit-test per frame. This matches handleWheelEvent.
3856 return toFrameView(widget)->frame().eventHandler().handleWheelEvent(wheelEvent);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp3027 if (allowScrolling && ScrollableArea::handleWheelEvent(wheelEvent))
3033 return page()->frameHost().pinchViewport().handleWheelEvent(wheelEvent);

Completed in 1896 milliseconds