/external/webkit/Source/WebKit/chromium/tests/ |
D | DragImageTest.cpp | 117 DragImageRef dragImage = createDragImageFromImage(testImage.get()); in TEST() local 118 ASSERT_TRUE(dragImage); in TEST() 120 dragImage = scaleDragImage(dragImage, FloatSize(0.5, 0.5)); in TEST() 121 ASSERT_TRUE(dragImage); in TEST() 122 IntSize size = dragImageSize(dragImage); in TEST() 126 dragImage = dissolveDragImageToFraction(dragImage, 0.5); in TEST() 127 ASSERT_TRUE(dragImage); in TEST() 129 deleteDragImage(dragImage); in TEST() 144 DragImageRef dragImage = createDragImageFromImage(testImage.get()); in TEST() local 145 ASSERT_TRUE(dragImage); in TEST() [all …]
|
/external/webkit/Source/WebKit/chromium/src/ |
D | DragClientImpl.cpp | 73 void DragClientImpl::startDrag(DragImageRef dragImage, in startDrag() argument 92 dragImage ? WebImage(*dragImage) : WebImage(), in startDrag() 94 dragImage ? WebImage(dragImage) : WebImage(), in startDrag()
|
D | DragClientImpl.h | 59 WebCore::DragImageRef dragImage,
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 685 DragImageRef dragImage = 0; in startDrag() local 690 dragImage = clipboard->createDragImage(dragImageOffset); in startDrag() 700 if (dragImage) { in startDrag() 723 if (!dragImage) { in startDrag() 729 doSystemDrag(dragImage, dragLoc, dragOrigin, clipboard, src, false); in startDrag() 748 if (!dragImage) { in startDrag() 749 dragImage = createDragImageForLink(linkURL, dragSource.textContent(), src); in startDrag() 750 IntSize size = dragImageSize(dragImage); in startDrag() 754 doSystemDrag(dragImage, dragLoc, mouseDraggedPoint, clipboard, src, true); in startDrag() 767 if (!dragImage) { in startDrag() [all …]
|
D | DragClient.h | 64 …virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& ev…
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSViewExtras.m | 162 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/Source/WebCore/platform/chromium/ |
D | DragImageChromiumSkia.cpp | 103 SkBitmap* dragImage = new SkBitmap(); in createDragImageFromImage() local 104 bitmap->copyTo(dragImage, SkBitmap::kARGB_8888_Config); in createDragImageFromImage() 105 return dragImage; in createDragImageFromImage()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DragClientQt.cpp | 89 void DragClientQt::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard* c… in startDrag() argument 97 if (dragImage) in startDrag() 98 drag->setPixmap(*dragImage); in startDrag()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebDragClient.mm | 89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos,… 105 NSImage *dragNSImage = dragImage.get(); 109 … SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:); 113 …[delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:p… 118 …[delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:p… 120 …[topHTMLView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard sourc…
|
D | WebDragClient.h | 38 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragPos, const We…
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button.mm | 40 - (NSImage*)dragImage; method in Private 208 NSImage* image = [self dragImage]; 210 [self dragImage:image at:NSMakePoint(0, yAt) offset:dragOffset 393 - (NSImage*)dragImage { method in Private 409 NSImage* dragImage = 411 [dragImage lockFocus]; 422 [dragImage unlockFocus]; 423 return dragImage;
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | web_contents_drag_source.mm | 59 - (NSImage*)dragImage { method 89 [window dragImage:[self dragImage]
|
D | web_contents_drag_source.h | 39 - (NSImage*)dragImage;
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragImageMac.mm | 88 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy]); 89 [dragImage.get() setSize:(NSSize)(image->size())]; 90 return dragImage; 275 NSImage *dragImage = [[[NSImage alloc] initWithSize: imageSize] autorelease]; 276 [dragImage lockFocus]; 305 [dragImage unlockFocus]; 307 return dragImage;
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | DragClientHaiku.cpp | 62 void DragClientHaiku::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard… in startDrag() argument
|
D | DragClientHaiku.h | 40 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin,
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | DragClientWx.cpp | 63 void DragClientWx::startDrag(DragImageRef dragImage, in startDrag() argument
|
D | DragClientWx.h | 41 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, …
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | DragClientAndroid.h | 43 …virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& ev…
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | DragClientEfl.h | 47 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, …
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebDragClient.h | 48 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, …
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DragClientGtk.h | 52 …virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, …
|
/external/webkit/Source/WebCore/platform/efl/ |
D | ClipboardEfl.h | 46 CachedImage* dragImage() const;
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | ClipboardHaiku.h | 55 CachedImage* dragImage() const;
|
/external/webkit/Source/WebCore/platform/wx/ |
D | ClipboardWx.h | 53 CachedImage* dragImage() const;
|