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/core/platform/
ScrollAnimator.h 66 virtual bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimator.cpp 77 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
ScrollableArea.cpp 192 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
194 return scrollAnimator()->handleWheelEvent(wheelEvent);
ScrollableArea.h 60 bool handleWheelEvent(const PlatformWheelEvent&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
FramelessScrollView.h 63 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.h 68 bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimatorMac.h 92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
ScrollAnimatorMac.mm     [all...]
ScrollElasticityController.mm 110 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h 63 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
PopupListBox.h 124 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
PopupContainer.cpp 278 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
281 return m_listBox->handleWheelEvent(
307 handleWheelEvent(syntheticWheelEvent);
PageWidgetDelegate.cpp 212 return mainFrame.eventHandler()->handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event));
WebPluginContainerImpl.h 168 void handleWheelEvent(WebCore::WheelEvent*);
WebPopupMenuImpl.cpp 125 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event));
WebPluginScrollbarImpl.cpp 329 return m_group->handleWheelEvent(platformEvent);
PopupListBox.cpp 157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
164 ScrollableArea::handleWheelEvent(event);
WebPluginContainerImpl.cpp 192 handleWheelEvent(static_cast<WheelEvent*>(event));
726 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 148 bool handleWheelEvent(const PlatformWheelEvent&);
EventHandler.cpp     [all...]
FrameView.cpp     [all...]

Completed in 1000 milliseconds