HomeSort by relevance Sort by last modified time
    Searched refs:handleWheelEvent (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.h 86 bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimatorMac.h 92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
ScrollAnimatorMac.mm     [all...]
ScrollElasticityController.mm 111 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.h 64 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
ScrollAnimator.h 67 virtual bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimator.cpp 74 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
ScrollableArea.h 72 bool handleWheelEvent(const PlatformWheelEvent&);
ScrollableArea.cpp 214 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
220 return scrollAnimator()->handleWheelEvent(wheelEvent);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h 62 virtual bool handleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;
PopupListBox.h 101 virtual bool handleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;
WebPluginContainerImpl.h 171 void handleWheelEvent(WebCore::WheelEvent*);
PopupContainer.cpp 280 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
283 return m_listBox->handleWheelEvent(
309 handleWheelEvent(syntheticWheelEvent);
PageWidgetDelegate.cpp 205 return mainFrame.eventHandler().handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event));
WebPopupMenuImpl.cpp 146 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event));
PopupListBox.cpp 151 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
158 ScrollableArea::handleWheelEvent(event);
WebPluginScrollbarImpl.cpp 333 return m_group->handleWheelEvent(platformEvent);
WebPluginContainerImpl.cpp 190 handleWheelEvent(toWheelEvent(event));
748 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 143 bool handleWheelEvent(const PlatformWheelEvent&);
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 251 milliseconds