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

/external/webkit/WebCore/page/
H A DDragClient.h56 class DragClient { class in namespace:WebCore
75 virtual ~DragClient() {};
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.h33 #include "DragClient.h"
39 class DragClient : public WebCore::DragClient { class in namespace:WebKit
41 DragClient(WebKitWebView*);
H A DDragClientGtk.cpp36 DragClient::DragClient(WebKitWebView* webView) function in class:WebKit::DragClient
42 void DragClient::willPerformDragDestinationAction(DragDestinationAction, DragData*)
47 void DragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint& startPos, Clipboard*)
52 DragDestinationAction DragClient::actionMaskForDrag(DragData*)
58 DragSourceAction DragClient::dragSourceActionMaskForPoint(const IntPoint&)
64 void DragClient::startDrag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame* frame, bool linkDrag)
110 DragImageRef DragClient::createDragImageForLink(KURL&, const String&, Frame*)
116 void DragClient::dragControllerDestroyed()

Completed in 28 milliseconds