Searched refs:startDrag (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDragClientAndroid.cpp44 void DragClientAndroid::startDrag(void*, IntPoint const&, IntPoint const&, Clipboard*, Frame*, bool) {} function in class:android::DragClientAndroid
H A DDragClientAndroid.h43 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DDragClientEfl.cpp58 void DragClientEfl::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) function in class:WebCore::DragClientEfl
H A DDragClientEfl.h47 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DDragClientHaiku.cpp62 void DragClientHaiku::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) function in class:WebCore::DragClientHaiku
H A DDragClientHaiku.h40 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin,
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DDragClientWinCE.cpp56 void DragClientWinCE::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) function in class:WebKit::DragClientWinCE
H A DDragClientWinCE.h40 virtual void startDrag(WebCore::DragImageRef, const WebCore::IntPoint&, const WebCore::IntPoint&, WebCore::Clipboard*, WebCore::Frame*, bool = false);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.cpp63 void DragClientWx::startDrag(DragImageRef dragImage, function in class:WebCore::DragClientWx
H A DDragClientWx.h41 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.cpp56 void WebDragClient::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) function in class:WebKit::WebDragClient
H A DWebDragClient.h48 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_contents_drag_source.h50 - (void)startDrag;
H A Dweb_drag_source.h64 - (void)startDrag;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.h43 virtual void startDrag(DragImageRef, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
H A DDragClientQt.cpp89 void DragClientQt::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard* clipboard, Frame* frame, bool) function in class:WebCore::DragClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.h41 virtual void startDrag(WebCore::DragImageRef, const WebCore::IntPoint&, const WebCore::IntPoint&, WebCore::Clipboard*, WebCore::Frame*, bool);
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dsplitter.js79 startDrag: function(e) {
97 * Ends the dragging of the splitter. Removes listeners set in startDrag
113 this.startDrag(e);
/external/chromium-trace/src/shared/js/cr/ui/
H A Dsplitter.js79 startDrag: function(e) {
97 * Ends the dragging of the splitter. Removes listeners set in startDrag
113 this.startDrag(e);
/external/webkit/Source/WebCore/page/
H A DDragClient.h64 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false) = 0;
H A DDragController.h83 bool startDrag(Frame* src, Clipboard*, DragOperation srcOp, const PlatformMouseEvent& dragEvent, const IntPoint& dragOrigin, bool isDHTMLDrag);
123 DragOperation m_sourceDragOperation; // Set in startDrag when a drag starts from a mouse down within WebKit
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.h58 virtual void startDrag(
H A DDragClientImpl.cpp73 void DragClientImpl::startDrag(DragImageRef dragImage, function in class:WebKit::DragClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.h52 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDragClient.h38 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragPos, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag);

Completed in 315 milliseconds

12