/external/droiddriver/src/com/google/android/droiddriver/actions/ |
D | SwipeAction.java | 34 private final boolean drag; field in SwipeAction 39 public SwipeAction(ScrollDirection direction, boolean drag) { in SwipeAction() argument 40 this(direction, drag, 0L); in SwipeAction() 43 public SwipeAction(ScrollDirection direction, boolean drag, long timeoutMillis) { in SwipeAction() argument 46 this.drag = drag; in SwipeAction() 95 if (drag) { in perform() 102 if (drag) { in perform()
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | drag_handle.css | 6 x-drag-handle { 12 x-drag-handle.horizontal-drag-handle { 25 x-drag-handle.vertical-drag-handle {
|
D | mouse_mode_selector.css | 8 -webkit-user-drag: element; 19 user-drag: element; 25 .mouse-mode-selector .drag-handle {
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | tile_page.css | 61 -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 {
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
D | mouse_drag_controller.mm | 39 // 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/ui/cocoa/ |
D | draggable_button_unittest.mm | 96 // 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.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | draggable_button_unittest.mm | 92 // it should not cause a drag. 99 // it should cause a drag. 122 // If the mouse moves > 5 pixels in either direciton it should cause a drag. 127 // The button should not be highlighted after the drag finishes. 131 // We should be able to initiate another drag immediately after the first one.
|
D | draggable_button.mm | 13 // TODO(viettrungluu): Do we want common, standard code for drag hysteresis? 62 // Determine whether a mouse down should turn into a drag; started as copy of 110 // It makes sense to put the first and last drag events and the mouse 144 // There are non-drag cases where a mouseUp: may happen
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_drag_mac.mm | 18 // 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/chrome/browser/resources/bookmark_manager/css/ |
D | bmm.css | 292 .tree-row.drag-on, 293 .drag-on { 300 .drag-above::before, 301 .drag-below::after { 318 .drag-above::before { 322 .drag-below::after { 326 list.drag-above::before { 330 list > .drag-below, 331 list > .drag-above {
|
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/css/ |
D | bmm.css | 292 .tree-row.drag-on, 293 .drag-on { 300 .drag-above::before, 301 .drag-below::after { 318 .drag-above::before { 322 .drag-below::after { 326 list.drag-above::before { 330 list > .drag-below, 331 list > .drag-above {
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
D | scope_approval_dialog.css | 11 -webkit-app-region: drag; 23 -webkit-app-region: no-drag;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button.mm | 16 // The opacity of the bookmark button drag image. 32 // delegate/controller since you can drag a button from one domain to the 39 // Make a drag image for the button. 101 // Use the position of the mouse in the drag image as the location. 132 // We want to show a folder menu when you drag down on folder buttons, 133 // so don't classify this as a drag for that case. 159 // Don't allow a drag of the empty node. 248 // Inform delegate of drag source that we're finished dragging, 355 // This only gets called after a click that wasn't a drag, and only on folders.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_util_mac.mm | 46 // Synthesize a drag event, since we don't have access to the actual event 47 // that initiated a drag (possibly consumed by the Web UI, for example). 60 // Run the drag operation.
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_text_field.mm | 34 // When a drag enters the text field, focus the field. This will swap in the 35 // field editor, which will then handle the drag itself.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button.mm | 22 // The opacity of the bookmark button drag image. 38 // delegate/controller since you can drag a button from one domain to the 45 // Make a drag image for the button. 107 // Use the position of the mouse in the drag image as the location. 139 // We want to show a folder menu when you drag down on folder buttons, 140 // so don't classify this as a drag for that case. 165 // Don't allow a drag of the empty node. 255 // Inform delegate of drag source that we're finished dragging, 390 // This only gets called after a click that wasn't a drag, and only on folders.
|
D | bookmark_drag_drop_cocoa.mm | 30 // Make a drag image from the drop data. 40 // and a single drag image. 114 // Render the drag image. 135 // Allow nested message loop so we get DnD events as we drag this around.
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
D | style.css | 55 -webkit-app-region: drag; 75 -webkit-app-region: no-drag;
|
/external/chromium_org/content/browser/web_contents/ |
D | web_drag_dest_mac.mm | 44 // 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 257 // filenames in the drag are not converted to file URLs.
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_text_field.mm | 35 // 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/chrome/browser/ui/views/tabs/ |
D | dragged_tab_view.cc | 51 BOOL drag; in DraggedTabView() local 52 if ((::SystemParametersInfo(SPI_GETDRAGFULLWINDOWS, 0, &drag, 0) != 0) && in DraggedTabView() 53 (drag == FALSE)) { in DraggedTabView()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | dragged_tab_view.cc | 54 BOOL drag; in DraggedTabView() local 55 if ((::SystemParametersInfo(SPI_GETDRAGFULLWINDOWS, 0, &drag, 0) != 0) && in DraggedTabView() 56 (drag == FALSE)) { in DraggedTabView()
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | web_drop_target.mm | 21 // drag&drop messages to WebCore and handle navigation on a successful drop 68 // Messages to send during the tracking of a drag, ususally upon recieving 69 // calls from the view system. Communicates the drag messages to WebCore. 73 // Save off the RVH so we can tell if it changes during a drag. If it does, 105 // We won't know the true operation (whether the drag is allowed) until we 244 // filenames in the drag are not converted to file URLs.
|
/external/chromium_org/native_client_sdk/src/resources/ |
D | index.css | 29 -webkit-app-region: drag; 43 -webkit-app-region: no-drag;
|
/external/chromium-trace/ |
D | style.css | 1 …drag:element;-webkit-user-select:none;background:#DDD;border:1px solid #BBB;border-radius:4px;box-…
|