Home
last modified time | relevance | path

Searched refs:DragClient (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDragClientGtk.cpp46 …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 …]
DDragClientGtk.h41 class DragClient : public WebCore::DragClient {
43 DragClient(WebKitWebView*);
44 ~DragClient();
/external/webkit/Source/WebCore/page/
DDragController.h38 class DragClient; variable
53 DragController(Page*, DragClient*);
55 DragClient* client() const { return m_client; } in client()
114 DragClient* m_client;
DDragClient.h56 class DragClient {
74 virtual ~DragClient() {}; in ~DragClient()
DPage.h57 class DragClient; variable
113 DragClient* dragClient;
DDragController.cpp84 DragController::DragController(Page* page, DragClient* client) in DragController()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebDragClient.h26 #import <WebCore/DragClient.h>
30 class WebDragClient : public WebCore::DragClient {
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DDragClientHaiku.h32 class DragClientHaiku : public DragClient {
/external/webkit/Source/WebKit/wince/
DChangeLog253 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/
DDragClientAndroid.h35 class DragClientAndroid : public DragClient {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDragClientQt.h35 class DragClientQt : public DragClient {
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DDragClientWinCE.h32 class DragClientWinCE : public WebCore::DragClient {
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDragClient.h33 class WebDragClient : public WebCore::DragClient {
/external/webkit/Source/WebKit/wx/WebKitSupport/
DDragClientWx.h31 class DragClientWx : public WebCore::DragClient {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DDragClientEfl.h39 class DragClientEfl : public WebCore::DragClient {
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebDragClient.h35 class WebDragClient : public WebCore::DragClient {
/external/webkit/Source/WebKit/chromium/src/
DDragClientImpl.h47 class DragClientImpl : public WebCore::DragClient {
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp253 static DragClient* dummyDragClient = new EmptyDragClient; in dataChanged()
/external/webkit/Source/WebKit/gtk/
DChangeLog1197 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/
DEmptyClients.h570 class EmptyDragClient : public DragClient {
/external/webkit/Source/WebCore/platform/mac/
DClipboardMac.mm30 #import "DragClient.h"
/external/webkit/Source/WebKit/haiku/
DChangeLog209 Removed createDragImageForLink from DragClient.
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp551 pageClients.dragClient = static_cast<WebCore::DragClient*>(new WebCore::DragClientEfl); in _ewk_view_priv_new()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp3499 pageClients.dragClient = new WebKit::DragClient(webView); in webkit_web_view_init()
/external/webkit/Source/WebKit/efl/
DChangeLog751 Removed createDragImageForLink from DragClient.

12