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

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.h 39 class PlatformWheelEvent;
86 bool handleWheelEvent(const PlatformWheelEvent&);
107 bool shouldHandleEvent(const PlatformWheelEvent&);
ScrollAnimatorMac.h 92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
ScrollElasticityController.mm 29 #include "platform/PlatformWheelEvent.h"
111 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
428 bool ScrollElasticityController::shouldHandleEvent(const PlatformWheelEvent& wheelEvent)
ScrollAnimatorMac.mm 31 #include "platform/PlatformWheelEvent.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.h 34 class PlatformWheelEvent;
111 static PassRefPtrWillBeRawPtr<WheelEventDispatchMediator> create(const PlatformWheelEvent&, PassRefPtrWillBeRawPtr<AbstractView>);
113 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtrWillBeRawPtr<AbstractView>);
WheelEvent.cpp 29 #include "platform/PlatformWheelEvent.h"
95 inline static unsigned deltaMode(const PlatformWheelEvent& event)
100 PassRefPtrWillBeRawPtr<WheelEventDispatchMediator> WheelEventDispatchMediator::create(const PlatformWheelEvent& event, PassRefPtrWillBeRawPtr<AbstractView> view)
105 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtrWillBeRawPtr<AbstractView> view)
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 56 class PlatformWheelEvent : public PlatformEvent {
58 PlatformWheelEvent()
78 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey)
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.h 35 #include "platform/PlatformWheelEvent.h"
67 virtual bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimator.cpp 72 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
ScrollableArea.h 40 class PlatformWheelEvent;
78 bool handleWheelEvent(const PlatformWheelEvent&);
ScrollableArea.cpp 238 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h 38 #include "platform/PlatformWheelEvent.h"
65 class PlatformWheelEventBuilder : public PlatformWheelEvent {
PopupListBox.h 49 class PlatformWheelEvent;
126 bool handleWheelEvent(const PlatformWheelEvent&);
PopupContainer.h 70 bool handleWheelEvent(const PlatformWheelEvent&);
PopupContainer.cpp 45 #include "platform/PlatformWheelEvent.h"
74 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, PopupContainer* parent, PopupListBox* child)
78 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
79 PlatformWheelEvent relativeEvent = e;
294 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
322 PlatformWheelEvent syntheticWheelEvent(gestureEvent.position(), gestureEvent.globalPosition(), gestureEvent.deltaX(), gestureEvent.deltaY(), gestureEvent.deltaX() / 120.0f, gestureEvent.deltaY() / 120.0f, ScrollByPixelWheelEvent, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey());
PopupListBox.cpp 42 #include "platform/PlatformWheelEvent.h"
158 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 72 class PlatformWheelEvent;
142 bool handleWheelEvent(const PlatformWheelEvent&);
299 bool passWheelEventToWidget(const PlatformWheelEvent&, Widget*);
EventHandler.cpp 90 #include "platform/PlatformWheelEvent.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 73 class PlatformWheelEvent;
623 bool dispatchWheelEvent(const PlatformWheelEvent&);
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 301 bool wheelEvent(const PlatformWheelEvent&);
FrameView.cpp     [all...]

Completed in 270 milliseconds