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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollAnimator.h66 virtual bool handleWheelEvent(const PlatformWheelEvent&);
H A DScrollAnimator.cpp77 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e) function in class:WebCore::ScrollAnimator
H A DScrollableArea.cpp192 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent) function in class:WebCore::ScrollableArea
194 return scrollAnimator()->handleWheelEvent(wheelEvent);
H A DScrollableArea.h60 bool handleWheelEvent(const PlatformWheelEvent&);
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DFramelessScrollView.h63 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/
H A DScrollElasticityController.h68 bool handleWheelEvent(const PlatformWheelEvent&);
H A DScrollAnimatorMac.h92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
H A DScrollAnimatorMac.mm1010 bool ScrollAnimatorMac::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
1015 return ScrollAnimator::handleWheelEvent(wheelEvent);
1019 // the base class implementation of handleWheelEvent will not accept the
1023 return ScrollAnimator::handleWheelEvent(wheelEvent);
1026 return ScrollAnimator::handleWheelEvent(wheelEvent);
1029 bool didHandleEvent = m_scrollElasticityController.handleWheelEvent(wheelEvent);
H A DScrollElasticityController.mm110 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.h63 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
H A DPopupContainer.cpp278 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) function in class:WebCore::PopupContainer
281 return m_listBox->handleWheelEvent(
307 handleWheelEvent(syntheticWheelEvent);
H A DPageWidgetDelegate.cpp212 return mainFrame.eventHandler()->handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event));
H A DPopupListBox.h124 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
H A DWebPluginContainerImpl.h168 void handleWheelEvent(WebCore::WheelEvent*);
H A DWebPopupMenuImpl.cpp125 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event));
H A DWebPluginScrollbarImpl.cpp329 return m_group->handleWheelEvent(platformEvent);
H A DPopupListBox.cpp157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) function in class:WebCore::PopupListBox
164 ScrollableArea::handleWheelEvent(event);
H A DWebPluginContainerImpl.cpp192 handleWheelEvent(static_cast<WheelEvent*>(event));
726 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event) function in class:WebKit::WebPluginContainerImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.h148 bool handleWheelEvent(const PlatformWheelEvent&);
H A DEventHandler.cpp2106 bool EventHandler::handleWheelEvent(const PlatformWheelEvent& e) function in class:WebCore::EventHandler
3815 return toFrameView(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
H A DFrameView.cpp3342 return ScrollableArea::handleWheelEvent(wheelEvent);

Completed in 299 milliseconds