Searched refs:linkDrag (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | WKViewInternal.h | 75 - (void)_setDragImage:(NSImage *)image at:(NSPoint)clientPoint linkDrag:(BOOL)linkDrag;
|
D | PageClientImpl.mm | 252 [m_wkView _setDragImage:dragNSImage.get() at:clientPosition linkDrag:isLinkDrag];
|
D | WKView.mm | 2287 - (void)_setDragImage:(NSImage *)image at:(NSPoint)clientPoint linkDrag:(BOOL)linkDrag 2298 event:(linkDrag) ? [NSApp currentEvent] :_data->_mouseDownEvent
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | DragClientHaiku.h | 41 const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | DragClientWx.cpp | 66 Frame*, bool linkDrag) in startDrag() argument
|
D | DragClientWx.h | 41 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | DragClientAndroid.h | 43 …st IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DragClientQt.h | 43 …st IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | DragClientEfl.h | 47 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebDragClient.h | 38 …& dragPos, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag);
|
D | WebDragClient.mm | 89 …e, const IntPoint& at, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag) 98 …NSEvent *event = linkDrag ? frame->eventHandler()->currentNSEvent() : [htmlView.get() _mouseDownEv…
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DragClientGtk.h | 52 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
|
D | DragClientGtk.cpp | 100 …oint& dragImageOrigin, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag) in startDrag() argument
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebDragClient.h | 48 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
|
/external/webkit/Source/WebCore/page/ |
D | DragClient.h | 64 …ntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false) = 0;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebDragClientMac.mm | 93 …tr<NSImage> image, const IntPoint& point, const IntPoint&, Clipboard*, Frame* frame, bool linkDrag) 101 …nd(Messages::WebPageProxy::SetDragImage(frame->view()->contentsToWindow(point), handle, linkDrag));
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.messages.in | 197 …agImage(WebCore::IntPoint clientPosition, WebKit::ShareableBitmap::Handle dragImage, bool linkDrag) 200 …> > dataMap, WebCore::IntSize dragImageSize, WebKit::SharedMemory::Handle dragImage, bool linkDrag)
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 6547 (-[WKView _setDragImage:at:linkDrag:]):
|