HomeSort by relevance Sort by last modified time
    Searched full:drag (Results 1 - 25 of 708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
drag-caret.html 1 <p>This tests dragging over an input element, to make sure no drag-cursor is left behind.</p>
3 <p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>
user-drag-with-decorations.html 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
4 <div style="-webkit-user-drag:element;position:absolute; background: rgba(0,128,0,0.5); height:100px; width:100px;">
5 Drag me!
directory-drop-on-view.html 11 Drag a file that WebKit doesn't recognise -- eg. a disk image, tarball, etc.<br />
16 The drag should not be accepted, and the drag cursor should be the standard disallowed drag cursor.
remove-on-drop-crash.html 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
flipped-text-rendering.html 4 <title>Flipped text in link drag image</title>
8 drag image, above the URL.</p>
10 <p>WebKit renderer, using CG: <a href="/">Drag me to your leader</a></p>
11 <p>WebKit renderer, using ATSUI because of the &#x905;: <a href="/">Drag me &#x0905; to your leader</a></p>
12 <p>Cocoa, because of the &#x05d0;: <a href="/">Drag me &#x05d0; to your leader</a></p>
drag-with-div-or-image-as-data-image.html 7 -webkit-user-drag: element;
37 <p>When you drag the first div, the image under the cursor should be of the second image. </p>
38 <p>When you drag the first image, the image under the cursor should be of the second div. </p>
43 <div class="draggable" ondragstart="dragDivAndSeeImageDragged()"> Drag me, I am a div! (first div)</div>
49 <img src="resources/drag-image.png" id="imgToUseAsImage" />
52 <div id="divToUseAsImage"> When a drag is started on the image, this is the div that is used as the drag image! (second div)</div>
drop-text-acquires-style.html 7 <p>To run this test, drag the text in the input element below into the bold text region. The dropped text should be bold.</p>
8 <input id="dragme" value="Drag this text" ><br />
9 <b contenteditable="true" id="target">Drag the text from the above input element into this bold text</b>
drag-image.html 21 <p>This tests that setting the drag image works. If this is successful, the drag icon when dragging the text below around should look like the image below.</p>
23 <div ondragstart="dragStartHandler()" style="-khtml-user-select:none; -khtml-user-drag:element;">Try dragging me around!</div>
drag_with_opacity.html 9 -khtml-user-drag: element;
17 .draggable:-khtml-drag {
28 <div class="draggable">Click to right of this text and drag</div>
drag-image-table-part-decorations.html 3 When dragging each of the black squares below, the drag image should include
7 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
10 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
13 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
16 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>
19 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>
drag-enter-alert.html 24 <li>Drag the image</li>
27 <img id="dragimage" src="resources/drag-image.png" width="32px" height="32px">
selection-drag-crash.html 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
drag-move-in-search-field.html 1 <p>Double-click the word "dolor" to select it, then drag the selection to
drag-out-of-background-window.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=15077">Bugzilla bug 15077</a> REGRESSION: Cannot drag selected text out of a background window</p>
13 then drag the text out of the window.
18 drag the selected text out.
23 and you may not be able to drag the selected text.
drop-in-empty-doc.html 4 <p>Click <a href="javascript:window.open('resources/drop-in-empty-doc.xhtml')">here</a> to open a new window. Drag and drop a file over the new window. It should not crash.
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 27 // This is called when the renderer responds to a drag motion event. We must
28 // update the system drag cursor.
31 // Informs the renderer when a system drag has left the render view.
36 // Called when a system drag crosses over the render view. As there is no drag
42 // We make a series of requests for the drag data when the drag first enters
46 // drag.
51 // The drag has left our widget; forward this information to the renderer.
62 // The current drag context for system drags over our render view, or NULL i
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 15 // A class that handles tracking and event processing for a drag and drop
25 // The image to show as drag image. Can be nil.
34 // A mask of the allowed drag operations.
37 // The file name to be saved to for a drag-out download.
40 // The URL to download from for a drag-out download.
44 // Initialize a WebDragSource object for a drag (originating on the given
54 // Returns a mask of the allowed drag operations.
62 // Start the drag (on the originally provided contentsView); can do this right
66 // End the drag and clear the pasteboard; hook up to
71 // Drag moved; hook up to -draggedImage:movedTo:
    [all...]
web_contents_drag_source.h 16 // A class that handles tracking and event processing for a drag and drop
27 // A mask of the allowed drag operations.
31 // Initialize a DragDataSource object for a drag (originating on the given
38 // Creates the drag image. Implemented by the subclass.
45 // Returns a mask of the allowed drag operations.
48 // Start the drag (on the originally provided contentsView); can do this right
52 // End the drag and clear the pasteboard; hook up to
57 // Drag moved; hook up to -draggedImage:movedTo:.
  /frameworks/base/docs/html/guide/topics/ui/
drag-drop.jd 1 page.title=Drag and Drop
28 <a href="#DragDropLifecycle">The drag/drop process</a>
31 <a href="#AboutDragListeners">The drag event listener and callback method</a>
34 <a href="#AboutDragEvent">Drag events</a>
38 The drag shadow</a>
43 <a href="#DesignDragOperation">Designing a Drag and Drop Operation</a>
46 <a href="#StartDrag">Starting a drag</a>
49 <a href="#HandleStart">Responding to a drag start</a>
52 <a href="#HandleDuring">Handling events during the drag</a>
58 <a href="#HandleEnd">Responding to a drag end</a
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.h 27 // TabContentsDragSource takes care of managing the drag from a TabContents
36 // Starts a drag for the tab contents this TabContentsDragSource was
62 // The view we're manging the drag for.
65 // The drop data for the current drag (for drags that originate in the render
66 // view). Non-NULL iff there is a current drag.
69 // The image used for depicting the drag, and the offset between the cursor
74 // The mime type for the file contents of the current drag (if any).
77 // Whether the current drag has failed. Meaningless if we are not the source
78 // for a current drag.
87 // Context created once drag starts. A NULL value indicates that there i
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 26 * This singleton is used to keep track of drag'n'drops initiated within this
27 * session of Eclipse. A drag can be initiated from a palette or from a canvas
30 * Overall this is a workaround: the issue is that the drag'n'drop SWT API does not
31 * allow us to know the transfered data during the initial drag -- only when the
35 * In the GLE we'd like to adjust drag feedback to the data being actually dropped.
37 * off a canvas or its palette and then set back to null when the drag'n'drop is finished.
39 * Note that when a drag starts in one instance of Eclipse and the dragOver/drop is done
77 * source. It should only be invoked if the drag operation is a
111 * Can be null if the drag did not start in a canvas.
121 * source and the destination of the drag'n'drop are the same, so object identit
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 63 // Potentially starts a drag for the specified Tab.
69 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
77 // non drag-able Tab.
126 // drag-begin is emitted when the drag is started. We connect so that we can
127 // set the drag icon to a transparent pixbuf.
130 // drag-failed is emitted when the drag is finished. In our case the signal
131 // does not imply failure as we don't use the drag-n-drop API to transfer drop
136 // When a drag is ending, a fake button release event is passed to the dra
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 25 * Interface defining an object that can receive a drag.
42 /** This indicates whether a drag is in final stages, either drop or cancel. It
43 * differentiates onDragExit, since this is called when the drag is ending, above
44 * the current drag target, or when the drag moves off the current drag object.
48 /** The view that moves around while you drag. */
54 /** Where the drag originated */
57 /** Post drag animation runnable */
60 /** Indicates that the drag operation was cancelled *
    [all...]
  /external/eigen/demos/mandelbrot/
README 5 * Drag vertically with left mouse button to zoom in and out.
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 22 // Windows-specific drag-and-drop handling in TabContentsView.
24 // thread to do the drag-and-drop because we do not want to run nested
25 // message loop in the UI thread. For all other cases, the drag-and-drop happens
42 // Called on drag-and-drop thread.
47 // Called on either UI thread or drag-and-drop thread.
63 // Called on drag-and-drop thread.
74 // For debug check only. Access only on drag-and-drop thread.
83 // want to initiate a drag and drop operation. We use it to tell if a
84 // drag operation is happening.
87 // The thread used by the drag-out download. This is because we want to avoi
    [all...]

Completed in 2544 milliseconds

1 2 3 4 5 6 7 8 91011>>