Home
last modified time | relevance | path

Searched refs:PlatformWheelEvent (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h59 class PlatformWheelEvent : public PlatformEvent {
61 PlatformWheelEvent() in PlatformWheelEvent() function
80PlatformWheelEvent(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()
Dblink_platform.gypi97 'PlatformWheelEvent.h',
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollElasticityController.h38 class PlatformWheelEvent; variable
68 bool handleWheelEvent(const PlatformWheelEvent&);
77 bool shouldRubberBandInHorizontalDirection(const PlatformWheelEvent&);
DScrollAnimatorMac.h92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
DScrollElasticityController.mm29 #include "platform/PlatformWheelEvent.h"
110 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
416 bool ScrollElasticityController::shouldRubberBandInHorizontalDirection(const PlatformWheelEvent& wh…
DScrollAnimatorMac.mm31 #include "platform/PlatformWheelEvent.h"
1000 bool ScrollAnimatorMac::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.h34 class PlatformWheelEvent; variable
119 …static PassRefPtr<WheelEventDispatchMediator> create(const PlatformWheelEvent&, PassRefPtr<Abstrac…
121 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtr<AbstractView>);
DWheelEvent.cpp129 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/
DFramelessScrollView.h44 class PlatformWheelEvent; variable
64 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
DScrollableArea.h41 class PlatformWheelEvent; variable
59 bool handleWheelEvent(const PlatformWheelEvent&);
DScrollAnimator.h67 virtual bool handleWheelEvent(const PlatformWheelEvent&);
DScrollAnimator.cpp76 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e) in handleWheelEvent()
DScrollableArea.cpp191 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent) in handleWheelEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h67 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*);
DEventHandler.cpp2122 …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/
DPopupContainer.cpp69 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, FramelessScrollV… in constructRelativeWheelEvent()
74 PlatformWheelEvent relativeEvent = e; in constructRelativeWheelEvent()
275 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent()
303PlatformWheelEvent syntheticWheelEvent(gestureEvent.position(), gestureEvent.globalPosition(), ges… in handleGestureEvent()
DPopupListBox.h50 class PlatformWheelEvent; variable
124 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
DPopupContainer.h63 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
DWebInputEventConversion.h68 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
DPopupListBox.cpp157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h75 class PlatformWheelEvent; variable
662 bool dispatchWheelEvent(const PlatformWheelEvent&);
DNode.cpp2448 bool Node::dispatchWheelEvent(const PlatformWheelEvent& event) in dispatchWheelEvent()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h314 bool wheelEvent(const PlatformWheelEvent&);
DFrameView.cpp3426 bool FrameView::wheelEvent(const PlatformWheelEvent& wheelEvent) in wheelEvent()