Home
last modified time | relevance | path

Searched refs:linkDrag (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKViewInternal.h75 - (void)_setDragImage:(NSImage *)image at:(NSPoint)clientPoint linkDrag:(BOOL)linkDrag;
DPageClientImpl.mm252 [m_wkView _setDragImage:dragNSImage.get() at:clientPosition linkDrag:isLinkDrag];
DWKView.mm2287 - (void)_setDragImage:(NSImage *)image at:(NSPoint)clientPoint linkDrag:(BOOL)linkDrag
2298 event:(linkDrag) ? [NSApp currentEvent] :_data->_mouseDownEvent
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DDragClientHaiku.h41 const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DDragClientWx.cpp66 Frame*, bool linkDrag) in startDrag() argument
DDragClientWx.h41 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DDragClientAndroid.h43 …st IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDragClientQt.h43 …st IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DDragClientEfl.h47 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebDragClient.h38 …& dragPos, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag);
DWebDragClient.mm89 …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/
DDragClientGtk.h52 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
DDragClientGtk.cpp100 …oint& dragImageOrigin, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag) in startDrag() argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebDragClient.h48 …n, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebCore/page/
DDragClient.h64 …ntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebDragClientMac.mm93 …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/
DWebPageProxy.messages.in197 …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/
DChangeLog-2011-02-166547 (-[WKView _setDragImage:at:linkDrag:]):