Searched refs:DragClientAndroid (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDragClientAndroid.cpp29 #include "DragClientAndroid.h"
34 void DragClientAndroid::dragControllerDestroyed() { notImplemented(); delete this; }
36 void DragClientAndroid::willPerformDragDestinationAction(DragDestinationAction, DragData*) { notImplemented(); }
38 DragDestinationAction DragClientAndroid::actionMaskForDrag(DragData*) { notImplemented(); return DragDestinationActionNone; }
40 DragSourceAction DragClientAndroid::dragSourceActionMaskForPoint(const IntPoint&) { notImplemented(); return DragSourceActionNone; }
42 void* DragClientAndroid::createDragImageForLink(KURL&, String const&, Frame*) { return NULL; }
43 void DragClientAndroid::willPerformDragSourceAction(DragSourceAction, IntPoint const&, Clipboard*) {}
44 void DragClientAndroid::startDrag(void*, IntPoint const&, IntPoint const&, Clipboard*, Frame*, bool) {}
H A DDragClientAndroid.h35 class DragClientAndroid : public DragClient { class in namespace:android
/external/webkit/Source/WebKit/
H A DAndroid.mk26 android/WebCoreSupport/DragClientAndroid.cpp \
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp42 #include "DragClientAndroid.h"
1105 pageClients.dragClient = new DragClientAndroid;

Completed in 92 milliseconds