OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdragimage
(Results
1 - 25
of
40
) sorted by null
1
2
/external/webkit/Source/WebCore/manual-tests/
drag-with-div-or-image-as-data-image.html
3
<title>Test for WebKit bug 24735: Poor
setDragImage
support on Windows</title>
24
event.dataTransfer.
setDragImage
(document.getElementById("imgToUseAsImage"), event.pageX, event.pageY);
29
event.dataTransfer.
setDragImage
(document.getElementById("divToUseAsImage"), event.pageX, event.pageY);
34
<h3>Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=24735'>WebKit bug 24735</a>: Poor
setDragImage
support on Windows</h3>
drag-image.html
15
event.dataTransfer.
setDragImage
(i, 10, 10);
/external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.h
63
void
setDragImage
(CachedImage*, const IntPoint&);
65
void
setDragImage
(CachedImage*, Node*, const IntPoint&);
ClipboardGtk.cpp
236
void ClipboardGtk::
setDragImage
(CachedImage* image, const IntPoint& location)
238
setDragImage
(image, 0, location);
243
setDragImage
(0, element, location);
246
void ClipboardGtk::
setDragImage
(CachedImage* image, Node* element, const IntPoint& location)