/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
BaseView.groovy | 95 // ==== Drag'n'drop support ==== 97 // By default Views do not accept drag'n'drop.
|
/cts/tests/tests/view/src/android/view/cts/ |
GestureDetectorTestUtil.java | 43 TouchUtils.drag(testcase, fromX, toX, fromY, toY, stepCount);
|
/external/webkit/WebCore/manual-tests/ |
bugzilla-4840.html | 10 Drag the vertical split bar below to the left and release it.
|
JavaScript-bookmarklets.html | 48 <li> drag each link below to the bookmarks bar to create bookmarks
|
/external/webkit/WebCore/platform/chromium/ |
DragImageRef.h | 34 // FIXME: Need to support image drag-n-drop. For now, we just allow things
|
ChromiumDataObject.h | 42 // during a drag-n-drop operation. This is the data that WebCore is aware
|
DragDataChromium.cpp | 111 // Mimic the situations in which mac allows drag&drop to do a smart replace. 112 // This is allowed whenever the drag data contains a 'range' (ie.,
|
/external/webkit/WebKit/chromium/public/ |
WebDragOperation.h | 38 // "Verb" of a drag-and-drop operation as negotiated between the source and
|
WebBindings.h | 127 // Return true (success) if the given npobj is the current drag event in browser dispatch, 134 // data or event_id outputs, just confirm the given npobj is the current & accessible drag event.
|
/external/webkit/WebKit/win/ |
FullscreenVideoController.h | 50 virtual void drag(const WebCore::IntPoint&, bool start) = 0; 73 virtual void drag(const WebCore::IntPoint&, bool start) { } function in class:HUDButton 91 virtual void drag(const WebCore::IntPoint&, bool start);
|
FullscreenVideoController.cpp | 156 void HUDSlider::drag(const IntPoint& point, bool start) function in class:HUDSlider 160 // But if we click the button, we need to drag relative to where we clicked down. We only need 535 m_volumeSlider.drag(convertedPoint, true); 539 m_timeSlider.drag(convertedPoint, true); 558 m_hitWidget->drag(convertedPoint, false);
|
/external/webkit/WebCore/page/ |
EventHandler.h | 133 bool shouldDragAutoNode(Node*, const IntPoint&) const; // -webkit-user-drag == auto 215 RefPtr<Node> m_dragSrc; // element that may be a drag source, for the current mouse gesture 220 bool m_dragSrcMayBeUA; // Are DHTML and/or the UserAgent allowed to drag out?
|
EventHandler.cpp | 93 // The link drag hysteresis is much larger than the others because there 94 // needs to be enough space to cancel the link press without starting a link drag, 375 // Reset drag state. 387 // so it's allowed to start a drag or selection. 391 // Careful that the drag starting logic stays in sync with eventMayStartDrag() 487 // This is a pre-flight check of whether the event might lead to a drag being started. Be careful 592 // the mouse down and drag events to see if we might start a drag. For other first clicks 593 // in a window, we just don't acceptFirstMouse, and the whole down-drag-up sequence gets 606 // Used to prevent mouseMoveEvent from initiating a drag befor [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebNSViewExtras.m | 68 /* Determine whether a mouse down should turn into a drag; started as copy of NSTableView code */ 117 // drag events and the mouse up if there was one. 179 // Properly orient the drag image and orient it differently if it's smaller than the original
|
WebNSViewExtras.h | 44 // returns whether a drag should begin starting with mouseDownEvent; if the time
|
/external/webkit/WebCore/dom/ |
EventNames.h | 54 macro(drag) \
|
/external/webkit/WebCore/page/chromium/ |
DragControllerChromium.cpp | 50 // if we are a modal window, we are the drag source, or the window is an
|
/external/webkit/WebCore/page/win/ |
DragControllerWin.cpp | 46 //if we are a modal window, we are the drag source, or the window is an attached sheet
|
/external/webkit/WebCore/platform/gtk/ |
ClipboardGtk.h | 35 // State available during IE's events for drag and drop and copy/paste
|
/external/webkit/WebCore/platform/haiku/ |
ClipboardHaiku.h | 36 // State available during IE's events for drag and drop and copy/paste.
|
/external/webkit/WebCore/platform/qt/ |
ClipboardQt.h | 40 // State available during IE's events for drag and drop and copy/paste
|
/external/webkit/WebCore/platform/win/ |
ClipboardWin.h | 41 // State available during IE's events for drag and drop and copy/paste
|
/external/webkit/WebCore/platform/wx/ |
ClipboardWx.h | 35 // State available during IE's events for drag and drop and copy/paste
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
DropFeedback.java | 46 * When set to a non-null valid rectangle, this informs the engine that a drag'n'drop
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ElementDescTransfer.java | 34 * Drag source provides an {@link ElementDescriptor} object. 43 * own {@link ElementDescriptor} hierarchy -- e.g. if the drag came from a different
|