HomeSort by relevance Sort by last modified time
    Searched refs:PlatformGestureEvent (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/
PlatformGestureEvent.h 35 class PlatformGestureEvent {
42 PlatformGestureEvent()
ScrollAnimator.h 45 class PlatformGestureEvent;
66 virtual void handleGestureEvent(const PlatformGestureEvent&);
ScrollableArea.h 37 class PlatformGestureEvent;
57 void handleGestureEvent(const PlatformGestureEvent&);
ScrollAnimator.cpp 117 void ScrollAnimator::handleGestureEvent(const PlatformGestureEvent&)
ScrollableArea.cpp 124 void ScrollableArea::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
ScrollView.h 254 void gestureEvent(const PlatformGestureEvent&);
ScrollView.cpp 858 void ScrollView::gestureEvent(const PlatformGestureEvent& gestureEvent)
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebEventConversion.h 34 #include <WebCore/PlatformGestureEvent.h>
62 WebCore::PlatformGestureEvent platform(const WebGestureEvent&);
WebEventConversion.cpp 173 class WebKit2PlatformGestureEvent : public WebCore::PlatformGestureEvent {
179 m_type = PlatformGestureEvent::ScrollBeginType;
182 m_type = PlatformGestureEvent::ScrollEndType;
194 WebCore::PlatformGestureEvent platform(const WebGestureEvent& webEvent)
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 65 virtual void handleGestureEvent(const PlatformGestureEvent&);
ScrollAnimatorMac.mm 34 #include "PlatformGestureEvent.h"
834 void ScrollAnimatorMac::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
836 if (gestureEvent.type() == PlatformGestureEvent::ScrollBeginType)
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.h 77 class PlatformGestureEvent;
176 bool handleGestureEvent(const PlatformGestureEvent&);
EventHandler.cpp 87 #include "PlatformGestureEvent.h"
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 1021 PlatformGestureEvent platformGestureEvent = platform(gestureEvent);
1022 return frame->eventHandler()->handleGestureEvent(platformGestureEvent);
    [all...]

Completed in 235 milliseconds