Searched defs:dragImage (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DDragClientHaiku.cpp62 void DragClientHaiku::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) argument
/external/webkit/Source/WebKit/chromium/tests/
H A DDragImageTest.cpp117 DragImageRef dragImage = createDragImageFromImage(testImage.get()); local
118 ASSERT_TRUE(dragImage);
120 dragImage = scaleDragImage(dragImage, FloatSize(0.5, 0.5));
121 ASSERT_TRUE(dragImage);
122 IntSize size = dragImageSize(dragImage);
126 dragImage = dissolveDragImageToFraction(dragImage, 0.5);
127 ASSERT_TRUE(dragImage);
129 deleteDragImage(dragImage);
144 DragImageRef dragImage = createDragImageFromImage(testImage.get()); local
[all...]
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.cpp63 void DragClientWx::startDrag(DragImageRef dragImage, argument
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp73 void DragClientImpl::startDrag(DragImageRef dragImage, argument
92 dragImage ? WebImage(*dragImage) : WebImage(),
94 dragImage ? WebImage(dragImage) : WebImage(),
H A DWebViewImpl.cpp2193 const WebImage& dragImage,
2200 m_client->startDragging(dragData, mask, dragImage, dragImageOffset);
2191 startDragging(const WebDragData& dragData, WebDragOperationsMask mask, const WebImage& dragImage, const WebPoint& dragImageOffset) argument
/external/webkit/Source/WebCore/dom/
H A DClipboard.h72 CachedImage* dragImage() const { return m_dragImage.get(); } function in class:WebCore::Clipboard
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.cpp89 void DragClientQt::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard* clipboard, Frame* frame, bool) argument
97 if (dragImage)
98 drag->setPixmap(*dragImage);
/external/webkit/Source/WebCore/platform/efl/
H A DClipboardEfl.cpp97 CachedImage* ClipboardEfl::dragImage() const function in class:WebCore::ClipboardEfl
/external/webkit/Source/WebCore/platform/haiku/
H A DClipboardHaiku.cpp152 CachedImage* ClipboardHaiku::dragImage() const function in class:WebCore::ClipboardHaiku
/external/webkit/Source/WebCore/platform/wx/
H A DClipboardWx.cpp92 CachedImage* ClipboardWx::dragImage() const function in class:WebCore::ClipboardWx
/external/webkit/Source/WebCore/page/
H A DDragController.cpp685 DragImageRef dragImage = 0; local
690 dragImage = clipboard->createDragImage(dragImageOffset);
700 if (dragImage) {
723 if (!dragImage) {
729 doSystemDrag(dragImage, dragLoc, dragOrigin, clipboard, src, false);
748 if (!dragImage) {
749 dragImage = createDragImageForLink(linkURL, dragSource.textContent(), src);
750 IntSize size = dragImageSize(dragImage);
754 doSystemDrag(dragImage, dragLoc, mouseDraggedPoint, clipboard, src, true);
767 if (!dragImage) {
791 DragImageRef dragImage; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 446 milliseconds