Searched defs:WebDragClient (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDragClient.h30 class WebDragClient : public WebCore::DragClient { class in inherits:WebCore::DragClient
32 WebDragClient(WebView*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.h33 class WebDragClient : public WebCore::DragClient { class in inherits:WebCore::DragClient
35 WebDragClient(WebView*);
H A DWebDragClient.cpp27 #include "WebDragClient.h"
59 WebDragClient::WebDragClient(WebView* webView) function in class:WebDragClient
65 DragDestinationAction WebDragClient::actionMaskForDrag(DragData* dragData)
77 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData* dragData)
86 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
96 void WebDragClient::willPerformDragSourceAction(DragSourceAction action, const IntPoint& intPoint, Clipboard* clipboard)
111 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
170 void WebDragClient::dragControllerDestroyed()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.h35 class WebDragClient : public WebCore::DragClient { class in namespace:WebKit
37 WebDragClient(WebPage* page) function in class:WebKit::WebDragClient

Completed in 428 milliseconds