Home
last modified time | relevance | path

Searched refs:PlatformGestureEvent (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/
DPlatformGestureEvent.h35 class PlatformGestureEvent {
42 PlatformGestureEvent() in PlatformGestureEvent() function
DScrollAnimator.h45 class PlatformGestureEvent; variable
66 virtual void handleGestureEvent(const PlatformGestureEvent&);
DScrollableArea.h37 class PlatformGestureEvent; variable
57 void handleGestureEvent(const PlatformGestureEvent&);
DScrollAnimator.cpp117 void ScrollAnimator::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() argument
DScrollableArea.cpp124 void ScrollableArea::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
DScrollView.h249 void gestureEvent(const PlatformGestureEvent&);
DScrollView.cpp827 void ScrollView::gestureEvent(const PlatformGestureEvent& gestureEvent) in wheelEvent()
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp173 class WebKit2PlatformGestureEvent : public WebCore::PlatformGestureEvent {
179 m_type = PlatformGestureEvent::ScrollBeginType; in WebKit2PlatformGestureEvent()
182 m_type = PlatformGestureEvent::ScrollEndType; in WebKit2PlatformGestureEvent()
194 WebCore::PlatformGestureEvent platform(const WebGestureEvent& webEvent) in platform()
DWebEventConversion.h62 WebCore::PlatformGestureEvent platform(const WebGestureEvent&);
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.h65 virtual void handleGestureEvent(const PlatformGestureEvent&);
DScrollAnimatorMac.mm34 #include "PlatformGestureEvent.h"
834 void ScrollAnimatorMac::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
836 if (gestureEvent.type() == PlatformGestureEvent::ScrollBeginType)
/external/webkit/Source/WebCore/page/
DEventHandler.h77 class PlatformGestureEvent; variable
176 bool handleGestureEvent(const PlatformGestureEvent&);
DEventHandler.cpp2193 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1021 PlatformGestureEvent platformGestureEvent = platform(gestureEvent); in handleGestureEvent()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1615892 * platform/PlatformGestureEvent.h: Added.
15893 (WebCore::PlatformGestureEvent::PlatformGestureEvent):
15894 (WebCore::PlatformGestureEvent::type):
15895 (WebCore::PlatformGestureEvent::position):
15896 (WebCore::PlatformGestureEvent::globalPosition):
15897 (WebCore::PlatformGestureEvent::timestamp):
DWebCore.gypi760 'platform/PlatformGestureEvent.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5158 …0989500755821 /* PlatformGestureEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9585DF12F…
11654 …55821 /* PlatformGestureEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
18723 BC9585DF12F0989500755821 /* PlatformGestureEvent.h */,
22135 BC9585E112F0989500755821 /* PlatformGestureEvent.h in Headers */,