Searched defs:DragClient (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DDragClient.h56 class DragClient { class in namespace:WebCore
74 virtual ~DragClient() {};
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.h33 #include "DragClient.h"
41 class DragClient : public WebCore::DragClient { class in namespace:WebKit
43 DragClient(WebKitWebView*);
44 ~DragClient();
H A DDragClientGtk.cpp46 static gboolean dragIconWindowDrawEventCallback(GtkWidget* widget, GdkEventExpose* event, DragClient* client)
53 static gboolean dragIconWindowDrawEventCallback(GtkWidget* widget, cairo_t* context, DragClient* client)
62 DragClient::DragClient(WebKitWebView* webView) function in class:WebKit::DragClient
74 DragClient::~DragClient()
79 void DragClient::willPerformDragDestinationAction(DragDestinationAction, DragData*)
83 void DragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint& startPos, Clipboard*)
88 DragDestinationAction DragClient::actionMaskForDrag(DragData*)
94 DragSourceAction DragClient
[all...]

Completed in 57 milliseconds