Home
last modified time | relevance | path

Searched refs:WebDragClient (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebDragClient.cpp35 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData*) in willPerformDragDestinationAction()
41 void WebDragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) in willPerformDragSourceAction()
45 DragDestinationAction WebDragClient::actionMaskForDrag(DragData*) in actionMaskForDrag()
50 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint) in dragSourceActionMaskForPoint()
56 void WebDragClient::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, b… in startDrag()
61 void WebDragClient::dragControllerDestroyed() in dragControllerDestroyed()
DWebDragClient.h35 class WebDragClient : public WebCore::DragClient {
37 WebDragClient(WebPage* page) in WebDragClient() function
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDragClient.cpp59 WebDragClient::WebDragClient(WebView* webView) in WebDragClient() function in WebDragClient
65 DragDestinationAction WebDragClient::actionMaskForDrag(DragData* dragData) in actionMaskForDrag()
77 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData* dragDa… in willPerformDragDestinationAction()
86 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint) in dragSourceActionMaskForPoint()
96 void WebDragClient::willPerformDragSourceAction(DragSourceAction action, const IntPoint& intPoint, … in willPerformDragSourceAction()
111 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& drag… in startDrag()
170 void WebDragClient::dragControllerDestroyed() in dragControllerDestroyed()
DWebDragClient.h33 class WebDragClient : public WebCore::DragClient {
35 WebDragClient(WebView*);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebDragClient.mm26 #import "WebDragClient.h"
54 WebDragClient::WebDragClient(WebView* webView) function
66 WebCore::DragDestinationAction WebDragClient::actionMaskForDrag(WebCore::DragData* dragData)
71 void WebDragClient::willPerformDragDestinationAction(WebCore::DragDestinationAction action, WebCore…
77 WebCore::DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
83 void WebDragClient::willPerformDragSourceAction(WebCore::DragSourceAction action, const WebCore::In…
89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos,…
123 void WebDragClient::declareAndWriteDragImage(NSPasteboard* pasteboard, DOMElement* element, NSURL* …
133 void WebDragClient::dragControllerDestroyed()
DWebDragClient.h30 class WebDragClient : public WebCore::DragClient {
32 WebDragClient(WebView*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebDragClientMac.mm27 #import "WebDragClient.h"
93 void WebDragClient::startDrag(RetainPtr<NSImage> image, const IntPoint& point, const IntPoint&, Cli…
123 void WebDragClient::declareAndWriteDragImage(NSPasteboard *pasteboard, DOMElement *element, NSURL *…
255 …CFRelease(self); // Balanced by the leakRef that WebDragClient::declareAndWriteDragImage does when…
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebDragClientWin.cpp62 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& drag… in startDrag()
/external/webkit/Source/WebKit2/
DWebKit2.pro273 WebProcess/WebCoreSupport/WebDragClient.h \
494 WebProcess/WebCoreSupport/WebDragClient.cpp \
DGNUmakefile.am630 Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp \
631 Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.h \
DChangeLog2477 * WebProcess/WebCoreSupport/WebDragClient.cpp:
2478 (WebKit::WebDragClient::willPerformDragDestinationAction):
4193 (WebKit::WebDragClient::declareAndWriteDragImage): Passing ownership
5425 (WebKit::WebDragClient::startDrag):
8778 (WebKit::WebDragClient::startDrag): Send the location in view coordinates rather than
8793 (WebKit::WebDragClient::startDrag): Fixed typo in a comment.
8805 (WebKit::WebDragClient::startDrag): Streamlined code a bit.
8808 (WebKit::WebDragClient::declareAndWriteDragImage): Added code to handle file
12783 * WebProcess/WebCoreSupport/WebDragClient.cpp:
12953 * WebProcess/WebCoreSupport/WebDragClient.cpp:
[all …]
DChangeLog-2011-02-16479 (WebKit::WebDragClient::startDrag): The image is now drawn with
2289 * WebProcess/WebCoreSupport/WebDragClient.cpp:
2290 (WebKit::WebDragClient::startDrag): Made startDrag for
2292 * WebProcess/WebCoreSupport/WebDragClient.h:
2294 (WebKit::WebDragClient::startDrag):
2297 (WebKit::WebDragClient::startDrag):
5018 * WebProcess/WebCoreSupport/WebDragClient.cpp:
6556 * WebProcess/WebCoreSupport/WebDragClient.cpp:
6557 * WebProcess/WebCoreSupport/WebDragClient.h:
6560 (WebKit::WebDragClient::startDrag): Added implementation.
[all …]
/external/webkit/Source/WebKit/WebKit.xcodeproj/
Dproject.pbxproj341 …36AF0B5608DC00CDB48E /* WebDragClient.h in Headers */ = {isa = PBXBuildFile; fileRef = A70936AD0B5…
342 …36B00B5608DC00CDB48E /* WebDragClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A70936AE0B…
660 …08DC00CDB48E /* WebDragClient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
661 …00CDB48E /* WebDragClient.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = …
1318 A70936AD0B5608DC00CDB48E /* WebDragClient.h */,
1319 A70936AE0B5608DC00CDB48E /* WebDragClient.mm */,
1490 A70936AF0B5608DC00CDB48E /* WebDragClient.h in Headers */,
1917 A70936B00B5608DC00CDB48E /* WebDragClient.mm in Sources */,
/external/webkit/Source/WebKit/win/
DChangeLog412 * WebCoreSupport/WebDragClient.cpp:
1170 * WebCoreSupport/WebDragClient.cpp:
1171 (WebDragClient::startDrag):
1172 * WebCoreSupport/WebDragClient.h:
1362 * WebCoreSupport/WebDragClient.cpp: Ditto.
1363 (WebDragClient::createDragImageForLink):
2690 * WebCoreSupport/WebDragClient.cpp:
2691 (WebDragClient::createDragImageForLink):
7956 * WebCoreSupport/WebDragClient.cpp:
7957 (WebDragClient::createDragImageForLink):
[all …]
DChangeLog-2009-06-161651 * WebCoreSupport/WebDragClient.cpp:
1652 (WebDragClient::createDragImageForLink):
2348 * WebCoreSupport/WebDragClient.cpp:
2349 (WebDragClient::createDragImageForLink): Revise calls to use more
5603 * WebCoreSupport/WebDragClient.cpp:
7059 * WebCoreSupport/WebDragClient.cpp: Renamed from WebKit/win/WebDragClient.cpp.
7060 * WebCoreSupport/WebDragClient.h: Renamed from WebKit/win/WebDragClient.h.
14512 * WebDragClient.cpp: Removed unused header (atlsafe.h)
14971 * WebDragClient.cpp:
14972 (WebDragClient::createDragImageForLink):
[all …]
DWebView.cpp2594 pageClients.dragClient = new WebDragClient(this); in initWithFrame()
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj394 …2D7B10F4378D0058C15A /* WebDragClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032D6610F…
434 …A5D112F4FBB00337BAB /* WebDragClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC111A5611…
1295 …378D0058C15A /* WebDragClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1337 …B00337BAB /* WebDragClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
2420 BC111A56112F4FBB00337BAB /* WebDragClient.cpp */,
2421 BC032D6610F4378D0058C15A /* WebDragClient.h */,
3346 BC032D7B10F4378D0058C15A /* WebDragClient.h in Headers */,
3976 BC111A5D112F4FBB00337BAB /* WebDragClient.cpp in Sources */,
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-14682 * WebCoreSupport/WebDragClient.mm:
683 (WebDragClient::startDrag):
3814 * WebCoreSupport/WebDragClient.mm:
3815 (WebDragClient::startDrag):
3914 * WebCoreSupport/WebDragClient.mm:
3915 (WebDragClient::declareAndWriteDragImage):
3946 * WebCoreSupport/WebDragClient.mm:
3947 (WebDragClient::startDrag):
3950 (WebDragClient::declareAndWriteDragImage):
5694 * WebCoreSupport/WebDragClient.h:
[all …]
DChangeLog2319 * WebCoreSupport/WebDragClient.h:
2320 * WebCoreSupport/WebDragClient.mm:
2321 (WebDragClient::startDrag):
2802 * WebCoreSupport/WebDragClient.mm:
2803 (WebDragClient::createDragImageForLink): Added.
DChangeLog-2010-01-2918624 * WebCoreSupport/WebDragClient.mm:
20923 * WebCoreSupport/WebDragClient.mm:
20924 (WebDragClient::createDragImageForLink): Ditto.
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp185 pageClients.dragClient = new WebDragClient(this); in WebPage()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm56 #import "WebDragClient.h"
728 pageClients.dragClient = new WebDragClient(self);