/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformWheelEvent.h | 59 class PlatformWheelEvent : public PlatformEvent { 61 PlatformWheelEvent() in PlatformWheelEvent() function 80 …PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float w… in PlatformWheelEvent() function 101 PlatformWheelEvent copyTurningVerticalTicksIntoHorizontalTicks() const in copyTurningVerticalTicksIntoHorizontalTicks() 103 PlatformWheelEvent copy = *this; in copyTurningVerticalTicksIntoHorizontalTicks()
|
D | blink_platform.gypi | 97 'PlatformWheelEvent.h',
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | ScrollElasticityController.h | 38 class PlatformWheelEvent; variable 68 bool handleWheelEvent(const PlatformWheelEvent&); 77 bool shouldRubberBandInHorizontalDirection(const PlatformWheelEvent&);
|
D | ScrollAnimatorMac.h | 92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
|
D | ScrollElasticityController.mm | 29 #include "platform/PlatformWheelEvent.h" 110 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent) 416 bool ScrollElasticityController::shouldRubberBandInHorizontalDirection(const PlatformWheelEvent& wh…
|
D | ScrollAnimatorMac.mm | 31 #include "platform/PlatformWheelEvent.h" 1000 bool ScrollAnimatorMac::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | WheelEvent.h | 34 class PlatformWheelEvent; variable 119 …static PassRefPtr<WheelEventDispatchMediator> create(const PlatformWheelEvent&, PassRefPtr<Abstrac… 121 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtr<AbstractView>);
|
D | WheelEvent.cpp | 129 inline static unsigned deltaMode(const PlatformWheelEvent& event) in deltaMode() 134 PassRefPtr<WheelEventDispatchMediator> WheelEventDispatchMediator::create(const PlatformWheelEvent&… in create() 139 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<… in WheelEventDispatchMediator()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | FramelessScrollView.h | 44 class PlatformWheelEvent; variable 64 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
|
D | ScrollableArea.h | 41 class PlatformWheelEvent; variable 59 bool handleWheelEvent(const PlatformWheelEvent&);
|
D | ScrollAnimator.h | 67 virtual bool handleWheelEvent(const PlatformWheelEvent&);
|
D | ScrollAnimator.cpp | 76 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e) in handleWheelEvent()
|
D | ScrollableArea.cpp | 191 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent) in handleWheelEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 67 class PlatformWheelEvent; variable 140 bool handleWheelEvent(const PlatformWheelEvent&); 218 … bool shouldTurnVerticalTicksIntoHorizontal(const HitTestResult&, const PlatformWheelEvent&) const; 234 bool handleWheelEventAsEmulatedGesture(const PlatformWheelEvent&); 267 bool passWheelEventToWidget(const PlatformWheelEvent&, Widget*);
|
D | EventHandler.cpp | 2122 …TurnVerticalTicksIntoHorizontal(const HitTestResult& result, const PlatformWheelEvent& event) const in shouldTurnVerticalTicksIntoHorizontal() 2134 bool EventHandler::handleWheelEvent(const PlatformWheelEvent& e) in handleWheelEvent() 2188 PlatformWheelEvent event = e; in handleWheelEvent() 2653 PlatformWheelEvent syntheticWheelEvent(point, globalPoint, in sendScrollEventToView() 3890 bool EventHandler::handleWheelEventAsEmulatedGesture(const PlatformWheelEvent& event) in handleWheelEventAsEmulatedGesture() 3982 bool EventHandler::passWheelEventToWidget(const PlatformWheelEvent& wheelEvent, Widget* widget) in passWheelEventToWidget()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupContainer.cpp | 69 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, FramelessScrollV… in constructRelativeWheelEvent() 74 PlatformWheelEvent relativeEvent = e; in constructRelativeWheelEvent() 275 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent() 303 …PlatformWheelEvent syntheticWheelEvent(gestureEvent.position(), gestureEvent.globalPosition(), ges… in handleGestureEvent()
|
D | PopupListBox.h | 50 class PlatformWheelEvent; variable 124 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
|
D | PopupContainer.h | 63 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
|
D | WebInputEventConversion.h | 68 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
|
D | PopupListBox.cpp | 157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.h | 75 class PlatformWheelEvent; variable 662 bool dispatchWheelEvent(const PlatformWheelEvent&);
|
D | Node.cpp | 2448 bool Node::dispatchWheelEvent(const PlatformWheelEvent& event) in dispatchWheelEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.h | 314 bool wheelEvent(const PlatformWheelEvent&);
|
D | FrameView.cpp | 3426 bool FrameView::wheelEvent(const PlatformWheelEvent& wheelEvent) in wheelEvent()
|