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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
DragClientAndroid.cpp 29 #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) {}
DragClientAndroid.h 35 class DragClientAndroid : public DragClient {
  /external/webkit/Source/WebKit/
Android.mk 24 android/WebCoreSupport/DragClientAndroid.cpp \
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 36 #include "DragClientAndroid.h"
216 pageClients.dragClient = new DragClientAndroid;
WebCoreFrameBridge.cpp 42 #include "DragClientAndroid.h"
    [all...]

Completed in 2679 milliseconds