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/core/platform/mac/
ScrollElasticityController.h 38 class PlatformWheelEvent;
68 bool handleWheelEvent(const PlatformWheelEvent&);
77 bool shouldRubberBandInHorizontalDirection(const PlatformWheelEvent&);
ScrollAnimatorMac.h 92 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
ScrollElasticityController.mm 31 #include "core/platform/PlatformWheelEvent.h"
110 bool ScrollElasticityController::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
404 bool ScrollElasticityController::shouldRubberBandInHorizontalDirection(const PlatformWheelEvent& wheelEvent)
ScrollAnimatorMac.mm 31 #include "core/platform/PlatformWheelEvent.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
FramelessScrollView.h 43 class PlatformWheelEvent;
63 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h 59 class PlatformWheelEvent : public PlatformEvent {
61 PlatformWheelEvent()
80 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey)
101 PlatformWheelEvent copyTurningVerticalTicksIntoHorizontalTicks() const
103 PlatformWheelEvent copy = *this;
ScrollAnimator.h 34 #include "core/platform/PlatformWheelEvent.h"
66 virtual bool handleWheelEvent(const PlatformWheelEvent&);
ScrollableArea.h 38 class PlatformWheelEvent;
60 bool handleWheelEvent(const PlatformWheelEvent&);
ScrollAnimator.cpp 35 #include "core/platform/PlatformWheelEvent.h"
77 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
ScrollableArea.cpp 192 bool ScrollableArea::handleWheelEvent(const PlatformWheelEvent& wheelEvent)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
WheelEvent.h 33 class PlatformWheelEvent;
107 static PassRefPtr<WheelEventDispatchMediator> create(const PlatformWheelEvent&, PassRefPtr<AbstractView>);
109 WheelEventDispatchMediator(const PlatformWheelEvent&, PassRefPtr<AbstractView>);
WheelEvent.cpp 28 #include "core/platform/PlatformWheelEvent.h"
113 inline static unsigned deltaMode(const PlatformWheelEvent& event)
118 PassRefPtr<WheelEventDispatchMediator> WheelEventDispatchMediator::create(const PlatformWheelEvent& event, PassRefPtr<AbstractView> view)
123 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<AbstractView> view)
Node.h 74 class PlatformWheelEvent;
674 bool dispatchWheelEvent(const PlatformWheelEvent&);
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 50 class PlatformWheelEvent;
124 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
WebInputEventConversion.h 39 #include "core/platform/PlatformWheelEvent.h"
68 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
PopupContainer.h 63 virtual bool handleWheelEvent(const PlatformWheelEvent&) OVERRIDE;
PopupContainer.cpp 47 #include "core/platform/PlatformWheelEvent.h"
71 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e, FramelessScrollView* parent, FramelessScrollView* child)
75 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
76 PlatformWheelEvent relativeEvent = e;
278 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
306 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 43 #include "core/platform/PlatformWheelEvent.h"
157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 65 class PlatformWheelEvent;
148 bool handleWheelEvent(const PlatformWheelEvent&);
223 bool shouldTurnVerticalTicksIntoHorizontal(const HitTestResult&, const PlatformWheelEvent&) const;
271 bool passWheelEventToWidget(const PlatformWheelEvent&, Widget*);
FrameView.h 318 bool wheelEvent(const PlatformWheelEvent&);
EventHandler.cpp 77 #include "core/platform/PlatformWheelEvent.h"
    [all...]
FrameView.cpp     [all...]

Completed in 363 milliseconds