Searched defs:setDragImage (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSClipboardCustom.cpp100 JSValue JSClipboard::setDragImage(ExecState* exec) function in class:WebCore::JSClipboard
109 return throwError(exec, createSyntaxError(exec, "setDragImage: Invalid number of arguments"));
124 clipboard->setDragImage(static_cast<HTMLImageElement*>(node)->cachedImage(), IntPoint(x, y));
/external/webkit/Source/WebCore/platform/android/
H A DClipboardAndroid.cpp85 void ClipboardAndroid::setDragImage(CachedImage*, const IntPoint&) function in class:WebCore::ClipboardAndroid
/external/webkit/Source/WebCore/platform/brew/
H A DClipboardBrew.cpp87 void ClipboardBrew::setDragImage(CachedImage*, const IntPoint&) function in class:WebCore::ClipboardBrew
/external/webkit/Source/WebCore/platform/efl/
H A DClipboardEfl.cpp103 void ClipboardEfl::setDragImage(CachedImage*, const IntPoint&) function in class:WebCore::ClipboardEfl
/external/webkit/Source/WebCore/platform/haiku/
H A DClipboardHaiku.cpp158 void ClipboardHaiku::setDragImage(CachedImage*, const IntPoint&) function in class:WebCore::ClipboardHaiku
/external/webkit/Source/WebCore/platform/wx/
H A DClipboardWx.cpp98 void ClipboardWx::setDragImage(CachedImage*, const IntPoint&) function in class:WebCore::ClipboardWx
/external/webkit/Source/WebCore/platform/chromium/
H A DClipboardChromium.cpp158 void ClipboardChromium::setDragImage(CachedImage* image, Node* node, const IntPoint& loc) function in class:WebCore::ClipboardChromium
173 void ClipboardChromium::setDragImage(CachedImage* img, const IntPoint& loc) function in class:WebCore::ClipboardChromium
175 setDragImage(img, 0, loc);
180 setDragImage(0, node, loc);
/external/webkit/Source/WebCore/platform/gtk/
H A DClipboardGtk.cpp236 void ClipboardGtk::setDragImage(CachedImage* image, const IntPoint& location) function in class:WebCore::ClipboardGtk
238 setDragImage(image, 0, location);
243 setDragImage(0, element, location);
246 void ClipboardGtk::setDragImage(CachedImage* image, Node* element, const IntPoint& location) function in class:WebCore::ClipboardGtk
/external/webkit/Source/WebCore/platform/qt/
H A DClipboardQt.cpp224 void ClipboardQt::setDragImage(CachedImage* image, const IntPoint& point) function in class:WebCore::ClipboardQt
226 setDragImage(image, 0, point);
231 setDragImage(0, node, point);
234 void ClipboardQt::setDragImage(CachedImage* image, Node *node, const IntPoint &loc) function in class:WebCore::ClipboardQt
/external/webkit/Source/WebCore/platform/win/
H A DClipboardWin.cpp595 void ClipboardWin::setDragImage(CachedImage* image, Node *node, const IntPoint &loc) function in class:WebCore::ClipboardWin
610 void ClipboardWin::setDragImage(CachedImage* img, const IntPoint &loc) function in class:WebCore::ClipboardWin
612 setDragImage(img, 0, loc);
617 setDragImage(0, node, loc);

Completed in 161 milliseconds