Searched refs:WebDragClient (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.cpp27 #include "WebDragClient.h"
35 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData*)
41 void WebDragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*)
45 DragDestinationAction WebDragClient::actionMaskForDrag(DragData*)
50 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
56 void WebDragClient::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool)
61 void WebDragClient::dragControllerDestroyed()
H A DWebDragClient.h35 class WebDragClient : public WebCore::DragClient { class in namespace:WebKit
37 WebDragClient(WebPage* page) function in class:WebKit::WebDragClient
/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/WebKit/mac/WebCoreSupport/
H A DWebDragClient.mm26 #import "WebDragClient.h"
54 WebDragClient::WebDragClient(WebView* webView)
66 WebCore::DragDestinationAction WebDragClient::actionMaskForDrag(WebCore::DragData* dragData)
71 void WebDragClient::willPerformDragDestinationAction(WebCore::DragDestinationAction action, WebCore::DragData* dragData)
77 WebCore::DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
83 void WebDragClient::willPerformDragSourceAction(WebCore::DragSourceAction action, const WebCore::IntPoint& mouseDownPoint, WebCore::Clipboard* clipboard)
89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag)
123 void WebDragClient::declareAndWriteDragImage(NSPasteboard* pasteboard, DOMElement* element, NSURL* URL, NSString* title, WebCore::Frame* frame)
133 void WebDragClient
[all...]
H A DWebDragClient.h30 class WebDragClient : public WebCore::DragClient { class in inherits:WebCore::DragClient
32 WebDragClient(WebView*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragClientWin.cpp27 #include "WebDragClient.h"
62 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm27 #import "WebDragClient.h"
93 void WebDragClient::startDrag(RetainPtr<NSImage> image, const IntPoint& point, const IntPoint&, Clipboard*, Frame* frame, bool linkDrag)
123 void WebDragClient::declareAndWriteDragImage(NSPasteboard *pasteboard, DOMElement *element, NSURL *URL, NSString *title, WebCore::Frame*)
255 CFRelease(self); // Balanced by the leakRef that WebDragClient::declareAndWriteDragImage does when making this pasteboard owner.
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp53 #include "WebDragClient.h"
185 pageClients.dragClient = new WebDragClient(this);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp41 #include "WebDragClient.h"
2594 pageClients.dragClient = new WebDragClient(this);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm56 #import "WebDragClient.h"
728 pageClients.dragClient = new WebDragClient(self);

Completed in 182 milliseconds