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

  /external/webkit/Source/WebCore/platform/
PlatformGestureRecognizer.h 38 class PlatformTouchEvent;
52 // Takes a PlatformTouchEvent and the EventHandler that originated it and which will also
56 virtual bool processTouchEventForGesture(const PlatformTouchEvent&, EventHandler*, bool handled) = 0;
PlatformTouchEvent.h 57 class PlatformTouchEvent {
59 PlatformTouchEvent()
68 PlatformTouchEvent(QTouchEvent*);
70 PlatformTouchEvent(const Vector<int>&, const Vector<IntPoint>&, TouchEventType, const Vector<PlatformTouchPoint::State>&, int metaState);
74 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
76 PlatformTouchEvent(Eina_List*, const IntPoint, TouchEventType, int metaState);
PlatformTouchPoint.h 34 class PlatformTouchEvent;
  /external/webkit/Source/WebCore/platform/android/
PlatformTouchEventAndroid.cpp 27 #include "PlatformTouchEvent.h"
41 PlatformTouchEvent::PlatformTouchEvent(const Vector<int>& ids, const Vector<IntPoint>& windowPoints, TouchEventType type, const Vector<PlatformTouchPoint::State>& states, int metaState)
  /external/webkit/Source/WebCore/platform/brew/
PlatformTouchEventBrew.cpp 27 #include "PlatformTouchEvent.h"
37 PlatformTouchEvent::PlatformTouchEvent(AEEEvent event, uint16 wParam, uint32 dwParam)
  /external/webkit/Source/WebCore/platform/efl/
PlatformTouchEventEfl.cpp 29 #include "PlatformTouchEvent.h"
37 PlatformTouchEvent::PlatformTouchEvent(Eina_List* points, const IntPoint pos, TouchEventType type, int metaState)
  /external/webkit/Source/WebCore/platform/qt/
PlatformTouchEventQt.cpp 24 #include "PlatformTouchEvent.h"
31 PlatformTouchEvent::PlatformTouchEvent(QTouchEvent* event)
  /external/webkit/Source/WebKit2/Shared/
WebEventConversion.h 38 #include <WebCore/PlatformTouchEvent.h>
66 WebCore::PlatformTouchEvent platform(const WebTouchEvent&);
WebEventConversion.cpp 232 class WebKit2PlatformTouchEvent : public WebCore::PlatformTouchEvent {
263 WebCore::PlatformTouchEvent platform(const WebTouchEvent& webEvent)
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.h 38 #include "PlatformTouchEvent.h"
81 class PlatformTouchEventBuilder : public WebCore::PlatformTouchEvent {
  /external/webkit/Source/WebCore/page/
EventHandler.h 64 class PlatformTouchEvent;
232 bool handleTouchEvent(const PlatformTouchEvent&);
EventHandler.cpp 98 #include "PlatformTouchEvent.h"
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 59 #include <WebCore/PlatformTouchEvent.h>
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 41 #include "PlatformTouchEvent.h"
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 94 #include "PlatformTouchEvent.h"
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 155 #include "PlatformTouchEvent.h"
    [all...]

Completed in 326 milliseconds