/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DragClientGtk.cpp | 46 …olean dragIconWindowDrawEventCallback(GtkWidget* widget, GdkEventExpose* event, DragClient* client) in dragIconWindowDrawEventCallback() 53 static gboolean dragIconWindowDrawEventCallback(GtkWidget* widget, cairo_t* context, DragClient* cl… 62 DragClient::DragClient(WebKitWebView* webView) in DragClient() function in WebKit::DragClient 74 DragClient::~DragClient() in ~DragClient() 79 void DragClient::willPerformDragDestinationAction(DragDestinationAction, DragData*) in willPerformDragDestinationAction() 83 void DragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint& startPos, Clipboard*) in willPerformDragSourceAction() 88 DragDestinationAction DragClient::actionMaskForDrag(DragData*) in actionMaskForDrag() 94 DragSourceAction DragClient::dragSourceActionMaskForPoint(const IntPoint&) in dragSourceActionMaskForPoint() 100 void DragClient::startDrag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eve… in startDrag() 144 void DragClient::drawDragIconWindow(GtkWidget* widget, cairo_t* context) in drawDragIconWindow() [all …]
|
D | DragClientGtk.h | 41 class DragClient : public WebCore::DragClient { 43 DragClient(WebKitWebView*); 44 ~DragClient();
|
/external/webkit/Source/WebCore/page/ |
D | DragController.h | 38 class DragClient; variable 53 DragController(Page*, DragClient*); 55 DragClient* client() const { return m_client; } in client() 114 DragClient* m_client;
|
D | DragClient.h | 56 class DragClient { 74 virtual ~DragClient() {}; in ~DragClient()
|
D | Page.h | 57 class DragClient; variable 113 DragClient* dragClient;
|
D | DragController.cpp | 84 DragController::DragController(Page* page, DragClient* client) in DragController()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebDragClient.h | 26 #import <WebCore/DragClient.h> 30 class WebDragClient : public WebCore::DragClient {
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | DragClientHaiku.h | 32 class DragClientHaiku : public DragClient {
|
/external/webkit/Source/WebKit/wince/ |
D | ChangeLog | 253 Removed createDragImageForLink from DragClient. 578 * WebCoreSupport/DragClientWinCE.cpp: Rename DragClient to DragClientWinCE. 691 (WebKit::DragClient::willPerformDragDestinationAction): 692 (WebKit::DragClient::willPerformDragSourceAction): 693 (WebKit::DragClient::actionMaskForDrag): 694 (WebKit::DragClient::dragSourceActionMaskForPoint): 695 (WebKit::DragClient::startDrag): 696 (WebKit::DragClient::createDragImageForLink): 697 (WebKit::DragClient::dragControllerDestroyed):
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | DragClientAndroid.h | 35 class DragClientAndroid : public DragClient {
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DragClientQt.h | 35 class DragClientQt : public DragClient {
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | DragClientWinCE.h | 32 class DragClientWinCE : public WebCore::DragClient {
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebDragClient.h | 33 class WebDragClient : public WebCore::DragClient {
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | DragClientWx.h | 31 class DragClientWx : public WebCore::DragClient {
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | DragClientEfl.h | 39 class DragClientEfl : public WebCore::DragClient {
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebDragClient.h | 35 class WebDragClient : public WebCore::DragClient {
|
/external/webkit/Source/WebKit/chromium/src/ |
D | DragClientImpl.h | 47 class DragClientImpl : public WebCore::DragClient {
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.cpp | 253 static DragClient* dummyDragClient = new EmptyDragClient; in dataChanged()
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 1197 Removed createDragImageForLink from DragClient. 1586 (WebKit::DragClient::DragClient): 1587 (WebKit::DragClient::~DragClient): 1588 (WebKit::DragClient::startDrag): 4062 (WebKit::DragClient::DragClient): Updated the signal connectors to reflect the change above. 4063 (WebKit::DragClient::~DragClient): The build types share the callback name, so remove 4065 (WebKit::DragClient::drawDragIconWindow): Changed the name of this method and make it 4133 (WebKit::DragClient::DragClient): 4134 (WebKit::DragClient::~DragClient): 4135 (WebKit::DragClient::startDrag): [all …]
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 570 class EmptyDragClient : public DragClient {
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ClipboardMac.mm | 30 #import "DragClient.h"
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 209 Removed createDragImageForLink from DragClient.
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view.cpp | 551 pageClients.dragClient = static_cast<WebCore::DragClient*>(new WebCore::DragClientEfl); in _ewk_view_priv_new()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 3499 pageClients.dragClient = new WebKit::DragClient(webView); in webkit_web_view_init()
|
/external/webkit/Source/WebKit/efl/ |
D | ChangeLog | 751 Removed createDragImageForLink from DragClient.
|