Home
last modified time | relevance | path

Searched refs:dragImage (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/WebCore/page/
DDragController.cpp629 DragImageRef dragImage = 0; in startDrag() local
634 dragImage = clipboard->createDragImage(dragImageOffset); in startDrag()
644 if (dragImage) { in startDrag()
667 if (!dragImage) { in startDrag()
673 doSystemDrag(dragImage, dragLoc, dragOrigin, clipboard, src, false); in startDrag()
692 if (!dragImage) { in startDrag()
693 dragImage = m_client->createDragImageForLink(linkURL, dragSource.textContent(), src); in startDrag()
694 IntSize size = dragImageSize(dragImage); in startDrag()
698 doSystemDrag(dragImage, dragLoc, mouseDraggedPoint, clipboard, src, true); in startDrag()
711 if (!dragImage) { in startDrag()
[all …]
DDragClient.h64 …virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& ev…
DDragController.h109 …bool doDrag(Frame* src, Clipboard* clipboard, DragImageRef dragImage, const KURL& linkURL, const K…
/external/webkit/WebKit/mac/Misc/
DWebNSViewExtras.m162 NSImage *dragImage;
170 dragImage = [[image copy] autorelease];
171 [dragImage setScalesWhenResized:YES];
172 [dragImage setSize:originalSize];
174 [dragImage _web_scaleToMaxSize:WebMaxDragImageSize];
175 NSSize newSize = [dragImage size];
177 [dragImage _web_dissolveToFraction:WebDragImageAlpha];
188 dragImage = [[NSWorkspace sharedWorkspace] iconForFileType:extension];
189 …NSSize offset = NSMakeSize([dragImage size].width - WebDragIconRightInset, -WebDragIconBottomInset…
201 …[self dragImage:dragImage at:origin offset:NSZeroSize event:event pasteboard:pasteboard source:sou…
/external/webkit/WebKit/mac/WebCoreSupport/
DWebDragClient.mm85 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos,…
101 NSImage *dragNSImage = dragImage.get();
105 … SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:);
109 …[delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:p…
114 …[delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:p…
116 …[topHTMLView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard sourc…
DWebDragClient.h38 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragPos, const We…
/external/webkit/WebCore/platform/mac/
DDragImageMac.mm81 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy]);
82 [dragImage.get() setSize:(NSSize)(image->size())];
83 return dragImage;
/external/webkit/WebKit/haiku/WebCoreSupport/
DDragClientHaiku.cpp62 void DragClientHaiku::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard… in startDrag() argument
DDragClientHaiku.h40 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin,
/external/webkit/WebKit/wx/WebKitSupport/
DDragClientWx.cpp63 void DragClientWx::startDrag(DragImageRef dragImage, in startDrag() argument
DDragClientWx.h41 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, …
/external/webkit/WebKit/android/WebCoreSupport/
DDragClientAndroid.h43 …virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& ev…
/external/webkit/WebKit/qt/WebCoreSupport/
DDragClientQt.h39 …virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& ev…
/external/webkit/WebKit/chromium/src/
DDragClientImpl.cpp70 void DragClientImpl::startDrag(DragImageRef dragImage, in startDrag() argument
DDragClientImpl.h59 WebCore::DragImageRef dragImage,
/external/webkit/WebKit/gtk/WebCoreSupport/
DDragClientGtk.h49 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, …
/external/webkit/WebCore/platform/gtk/
DClipboardGtk.h54 CachedImage* dragImage() const;
DClipboardGtk.cpp90 CachedImage* ClipboardGtk::dragImage() const in dragImage() function in WebCore::ClipboardGtk
/external/webkit/WebCore/platform/wx/
DClipboardWx.h53 CachedImage* dragImage() const;
DClipboardWx.cpp87 CachedImage* ClipboardWx::dragImage() const in dragImage() function in WebCore::ClipboardWx
/external/webkit/WebCore/platform/haiku/
DClipboardHaiku.h55 CachedImage* dragImage() const;
DClipboardHaiku.cpp147 CachedImage* ClipboardHaiku::dragImage() const in dragImage() function in WebCore::ClipboardHaiku
/external/webkit/WebCore/dom/
DClipboard.h61 CachedImage* dragImage() const { return m_dragImage.get(); } in dragImage() function
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m191 … *)webView shouldBeginDragForElement:(NSDictionary *)element dragImage:(NSImage *)dragImage mouseD…
/external/webkit/WebKit/mac/WebView/
DWebUIDelegatePrivate.h109 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSS…

12