HomeSort by relevance Sort by last modified time
    Searched refs:PlatformWheelEvent (Results 1 - 23 of 23) 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/platform/scroll/
FramelessScrollView.h 44 class PlatformWheelEvent;
64 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
ScrollAnimator.h 35 #include "platform/PlatformWheelEvent.h"
67 virtual bool handleWheelEvent(const PlatformWheelEvent&);
ScrollableArea.h 41 class PlatformWheelEvent;
72 bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimator.cpp 74 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
ScrollableArea.cpp 214 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 59 class PlatformWheelEvent : public PlatformEvent {
61 PlatformWheelEvent()
82 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/core/events/
WheelEvent.h 34 class PlatformWheelEvent;
121 static PassRefPtrWillBeRawPtr<WheelEventDispatchMediator> create(const PlatformWheelEvent&, PassRefPtrWillBeRawPtr<AbstractView>);
123 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtrWillBeRawPtr<AbstractView>);
WheelEvent.cpp 28 #include "platform/PlatformWheelEvent.h"
133 inline static unsigned deltaMode(const PlatformWheelEvent& event)
138 PassRefPtrWillBeRawPtr<WheelEventDispatchMediator> WheelEventDispatchMediator::create(const PlatformWheelEvent& event, PassRefPtrWillBeRawPtr<AbstractView> view)
143 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtrWillBeRawPtr<AbstractView> view)
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 47 class PlatformWheelEvent;
101 virtual bool handleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;
WebInputEventConversion.h 38 #include "platform/PlatformWheelEvent.h"
68 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
PopupContainer.h 62 virtual bool handleWheelEvent(const WebCore::PlatformWheelEvent&) OVERRIDE;
PopupContainer.cpp 45 #include "platform/PlatformWheelEvent.h"
76 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, FramelessScrollView* parent, FramelessScrollView* child)
80 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
81 PlatformWheelEvent relativeEvent = e;
280 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
308 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"
151 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 69 class PlatformWheelEvent;
143 bool handleWheelEvent(const PlatformWheelEvent&);
281 bool passWheelEventToWidget(const PlatformWheelEvent&, Widget*);
EventHandler.cpp 89 #include "platform/PlatformWheelEvent.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 73 class PlatformWheelEvent;
641 bool dispatchWheelEvent(const PlatformWheelEvent&);
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 287 bool wheelEvent(const PlatformWheelEvent&);
FrameView.cpp     [all...]

Completed in 1046 milliseconds