OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDragImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Clipboard.idl
39
[RaisesException] void
setDragImage
(Element image, long x, long y);
Clipboard.h
80
void
setDragImage
(Element*, int x, int y, ExceptionState&);
118
void
setDragImage
(ImageResource*, Node*, const IntPoint&);
Clipboard.cpp
214
void Clipboard::
setDragImage
(Element* image, int x, int y, ExceptionState& exceptionState)
220
exceptionState.throwTypeError("
setDragImage
: Invalid first argument");
232
setDragImage
(img, 0, loc);
237
setDragImage
(0, node, loc);
466
void Clipboard::
setDragImage
(ImageResource* image, Node* node, const IntPoint& loc)
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_transfer_controller.js
332
dt.
setDragImage
(dragThumbnail, 1000, 1000);
Completed in 44 milliseconds