Searched refs:dragImageSize (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DDragImageEfl.cpp30 IntSize dragImageSize(DragImageRef) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/haiku/
H A DDragImageHaiku.cpp38 IntSize dragImageSize(DragImageRef) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DDragImageWinCE.cpp32 IntSize dragImageSize(DragImageRef) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DDragImageWx.cpp34 IntSize dragImageSize(DragImageRef) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DDragImageQt.cpp34 IntSize dragImageSize(DragImageRef image) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/tests/
H A DDragImageTest.cpp107 EXPECT_TRUE(dragImageSize(0).isZero());
122 IntSize size = dragImageSize(dragImage);
/external/webkit/Source/WebCore/platform/
H A DDragImage.cpp41 IntSize originalSize = dragImageSize(image);
H A DDragImage.h87 IntSize dragImageSize(DragImageRef);
/external/webkit/Source/WebCore/platform/chromium/
H A DDragImageChromiumSkia.cpp44 IntSize dragImageSize(DragImageRef image) function in namespace:WebCore
H A DDragImageChromiumMac.cpp43 IntSize dragImageSize(DragImageRef image) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DDragImageGtk.cpp29 IntSize dragImageSize(DragImageRef image) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp298 IntSize dragImageSize(void*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DDragImageCGWin.cpp89 IntSize srcSize = dragImageSize(image);
H A DDragImageCairoWin.cpp111 IntSize srcSize = dragImageSize(image);
H A DDragImageWin.cpp49 IntSize dragImageSize(DragImageRef image) function in namespace:WebCore
/external/webkit/Source/WebCore/page/
H A DDragController.cpp750 IntSize size = dragImageSize(dragImage);
802 IntSize newSize = dragImageSize(dragImage);
819 origin = IntPoint(DragIconRightInset - dragImageSize(dragImage).width(), DragIconBottomInset);
/external/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm44 IntSize dragImageSize(RetainPtr<NSImage> image)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h404 void startDragDrop(const WebCore::IntPoint& imagePoint, const WebCore::IntPoint& dragPoint, uint64_t okEffect, const HashMap<UINT, Vector<String> >& dataMap, const WebCore::IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag);
H A DWebPageProxy.cpp756 const HashMap<UINT, Vector<String> >& dataMap, const IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag)
773 BitmapInfo bitmapInfo = BitmapInfo::create(dragImageSize);
755 startDragDrop(const IntPoint& imageOrigin, const IntPoint& dragPoint, uint64_t okEffect, const HashMap<UINT, Vector<String> >& dataMap, const IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag) argument

Completed in 216 milliseconds