Home
last modified time | relevance | path

Searched refs:drag (Results 1 – 25 of 138) sorted by relevance

123456

/external/droiddriver/src/com/google/android/droiddriver/actions/
DSwipeAction.java98 private final boolean drag; field in SwipeAction
115 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis) { in SwipeAction() argument
116 this(direction, steps, drag, timeoutMillis, 0.1F, 0.1F, 0.1F, 0.1F); in SwipeAction()
131 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis, in SwipeAction() argument
136 this.drag = drag; in SwipeAction()
195 if (drag) { in perform()
202 if (drag) { in perform()
215 if (drag) { in toString()
/external/chromium-trace/trace-viewer/src/ui/
Ddrag_handle.css6 x-drag-handle {
12 x-drag-handle.horizontal-drag-handle {
25 x-drag-handle.vertical-drag-handle {
Dmouse_mode_selector.css8 -webkit-user-drag: element;
19 user-drag: element;
25 .mouse-mode-selector .drag-handle {
/external/chromium_org/chrome/browser/resources/ntp4/
Dtile_page.css61 -webkit-user-drag: element;
78 /* I don't know why this is necessary. -webkit-user-drag: element on .tile
79 * should be enough. If we don't do this, we get 2 drag representations for
82 -webkit-user-drag: none;
95 .tile.drag-representation {
102 .tile.drag-representation.placing > * {
106 /* When a drag finishes while we're not showing the page where the tile
108 .tile.drag-representation.dropped-on-other-page > * {
112 .tile.drag-representation.deleting > * {
118 .tile.drag-representation.placing {
Dnew_tab_theme.css43 .page-switcher.drag-target {
50 .showing-login-area #page-switcher-end.drag-target {
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dmouse_drag_controller.mm39 // Mouse moved over threshold, start drag.
71 // In addition to events needed to control the drag operation, fetch the right
84 // If drag didn't start yet, see if mouse moved far enough to start it.
95 // The drag might not be started yet because of threshold, so check.
103 // The drag might not be started yet because of threshold, so check.
116 // at once when the drag ends.
138 // The mouseUp while in drag should be processed by nested message loop
141 // Do cleanup in case the actual drag was not started (because of threshold).
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
Dbmm.css254 .tree-row.drag-on,
255 .drag-on {
262 .drag-above::before,
263 .drag-below::after {
280 .drag-above::before {
284 .drag-below::after {
288 list.drag-above::before {
292 list > .drag-below,
293 list > .drag-above {
/external/chromium_org/chrome/browser/ui/cocoa/
Ddraggable_button_unittest.mm96 // it should not cause a drag.
103 // it should cause a drag.
127 // If the mouse moves > 5 pixels in either direciton it should cause a drag.
132 // The button should not be highlighted after the drag finishes.
136 // We should be able to initiate another drag immediately after the first one.
Ddraggable_button_mixin.mm12 // TODO(viettrungluu): Do we want common, standard code for drag hysteresis?
71 // There are non-drag cases where a |-mouseUp:| may happen (e.g. mouse-down,
172 // Determine whether a mouse down should turn into a drag; started as copy of
220 // It makes sense to put the first and last drag events and the mouse
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_drag_mac.mm18 // Synthesize a drag event, since we don't have access to the actual event
19 // that initiated a drag (possibly consumed by the Web UI, for example).
32 // Run the drag operation.
/external/chromium_org/third_party/polymer/components-chromium/core-drag-drop/
Dcore-drag-drop-extracted.js49 this.dragging = Boolean(this.dragInfo.drag);
58 this.dragInfo.drag(this.dragInfo);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm23 // The opacity of the bookmark button drag image.
39 // delegate/controller since you can drag a button from one domain to the
46 // Make a drag image for the button.
108 // Use the position of the mouse in the drag image as the location.
140 // We want to show a folder menu when you drag down on folder buttons,
141 // so don't classify this as a drag for that case.
166 // Don't allow a drag of the empty node.
256 // Inform delegate of drag source that we're finished dragging,
391 // This only gets called after a click that wasn't a drag, and only on folders.
Dbookmark_drag_drop_cocoa.mm33 // Make a drag image from the drop data.
43 // and a single drag image.
117 // Render the drag image.
139 // Allow nested message loop so we get DnD events as we drag this around.
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
Dscope_approval_dialog.css11 -webkit-app-region: drag;
26 -webkit-app-region: no-drag;
/external/chromium_org/content/browser/web_contents/
Dweb_drag_dest_mac.mm44 // drag&drop messages to WebCore and handle navigation on a successful drop
100 // Messages to send during the tracking of a drag, usually upon receiving
101 // calls from the view system. Communicates the drag messages to WebCore.
105 // Save off the RVH so we can tell if it changes during a drag. If it does,
117 // Give the delegate an opportunity to cancel the drag.
150 // We won't know the true operation (whether the drag is allowed) until we
260 // filenames in the drag are not converted to file URLs.
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
Dstyle.css46 -webkit-app-region: drag;
66 -webkit-app-region: no-drag;
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_text_field.mm35 // When a drag enters the text field, focus the field. This will swap in the
36 // field editor, which will then handle the drag itself.
/external/chromium-trace/
Dstyle.css1drag:element;-webkit-user-select:none;background:#DDD;border:1px solid #BBB;border-radius:4px;box-…
/external/chromium_org/native_client_sdk/src/resources/
Dindex.css29 -webkit-app-region: drag;
43 -webkit-app-region: no-drag;
/external/chromium_org/ui/file_manager/video_player/css/
Dheader.css6 -webkit-app-region: drag;
64 -webkit-app-region: no-drag;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_button.mm176 // Don't initiate a drag until it moves at least kMinimumDragDistance.
183 // The start of a drag. Position the button above all others.
200 // There are non-drag cases where a mouseUp: may happen
206 // Only perform the click if we didn't drag the button.
209 // Make sure an ESC to end a drag doesn't trigger 2 endDrags.
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
Dfile_manager.css7 * - 2: drag-selection-border
117 background-color: white; /* Makes #drag-container invisible. */
126 .dialog-container.disable-header-drag .dialog-navigation-list-header,
127 .dialog-container.disable-header-drag .dialog-header {
128 -webkit-app-region: no-drag;
154 -webkit-app-region: drag;
321 -webkit-app-region: drag;
352 -webkit-app-region: no-drag;
378 -webkit-app-region: no-drag;
587 #file-list .drag-selection-border {
[all …]
/external/chromium_org/third_party/WebKit/ManualTests/
D.gitattributes3 drag-with-div-or-image-as-data-image.html -crlf
/external/chromium-trace/trace-viewer/src/cc/
Dlayer_tree_host_impl_view.css15 .lthi-s-view > x-drag-handle {
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_drag_controller.mm85 // treat a drag of a tab just like dragging around a tab that's already
95 // snap off and not drag within the tab strip.
125 // Cancel the drag and restore the previous state.
141 // Simply end the drag at this point.
179 // First, go through the magnetic drag cycle. We break out of this if
189 // Check that we haven't pulled the tab too far to start a drag. This
201 // Still dragging within the tab strip, wait for the next drag event.
427 // Don't want to re-show the window if it was closed during the drag.

123456