/external/chromium_org/third_party/WebKit/ManualTests/ |
.gitattributes | 3 drag-with-div-or-image-as-data-image.html -crlf
|
input-empty-on-focus.html | 3 <p>Drag the image above down into the text field.
|
screen-availLeft.html | 24 <p>On a two-monitor system, configure the menu bar to be on the right screen. Then drag this window between screens. When on the left screen, screen.availLeft should be negative.</p>
|
reset-initiatedDrag.html | 10 1. Drag the apple image into this window’s address bar.<br> 12 3. Drag a URL from a TextEdit document into this window.
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
slider-thumb-consumes-event.html | 15 2. Press and drag the slider thumb.<br><br>
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
duplicate-resource-urls.html | 30 <p>Another change made by this bug was to change the way the drag/drop of 31 the resource itself worked. The previous method of handling drag/drop of 32 the resource was actually causing the unselectability. So the drag/drop 37 <li><p>Drag it to an application that can accept text or a link
|
/external/chromium_org/ui/app_list/views/ |
apps_grid_view_folder_delegate.h | 32 // |drag_point_in_folder_grid| is the last drag point in coordinate of the 37 // Dispatches drag event from the hidden grid view to the root level grid view 47 // |cancel_drag|: True if the drag is ending because it has been canceled. 59 // synchronous drag has an icon for reparenting while it loads.
|
apps_grid_view_delegate.h | 33 // Called by the root grid view to cancel a drag that started inside a folder. 35 // changes, necessitating a cancel of the drag operation.
|
apps_grid_view.h | 104 // Called from AppListItemView when it receives a drag event. Returns true 105 // if the drag is still happening. 116 // Set the drag and drop host for application links. 150 // Stops the timer that triggers a page flip during a drag. 162 // Called to initiate drag for reparenting a folder item in root level grid 171 // Updates drag in the root level grid view when receiving the drag event 176 // Dispatches the drag event from hidden grid view to the top level grid view. 184 // |cancel_drag|: True if the drag is ending because it has been canceled. 200 // For test: Return if the drag and drop handler was set [all...] |
/external/chromium_org/ui/base/clipboard/ |
clipboard_types.h | 12 // Drag type is only supported on Mac OS X.
|
/external/chromium_org/ui/base/dragdrop/ |
drop_target_win.cc | 43 // Tell the helper that we entered so it can update the drag image. 59 // Tell the helper that we moved over it so it can update the drag image. 70 // Tell the helper that we moved out of it so it can update the drag image. 85 // Tell the helper that we dropped onto it so it can update the drag image.
|
/external/chromium_org/ui/base/ |
ui_base_switches.cc | 24 // Disables touch event based drag and drop. 25 const char kDisableTouchDragDrop[] = "disable-touch-drag-drop"; 37 // Enables touch event based drag and drop. 38 const char kEnableTouchDragDrop[] = "enable-touch-drag-drop";
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 224 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0); 230 resizer->Drag(CalculateDragPoint(*resizer, 800, 20), 0); 235 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0); 240 resizer->Drag(CalculateDragPoint(*resizer, 800, 20), 0); 258 resizer->Drag(CalculateDragPoint(*resizer, -100, 10), 0); 264 resizer->Drag(CalculateDragPoint(*resizer, -800, 20), 0); 269 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0); 274 resizer->Drag(CalculateDragPoint(*resizer, -100, 20), 0); 296 resizer->Drag(CalculateDragPoint(*resizer, 100, -10), 0); 302 resizer->Drag(CalculateDragPoint(*resizer, 300, -10), 0) [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer.cc | 52 void PanelWindowResizer::Drag(const gfx::Point& location, int event_flags) { 67 // the current parent of the panel it will be informed of the end of drag 69 // the drag is complete. If we told the panel's parent that the drag was 78 // The panel's parent already knows that the drag is in progress for this 93 next_window_resizer_->Drag(modified_location, event_flags); 182 // We use root window coordinates to ensure that during the drag the panel 198 // We use last known location to ensure that after the drag the panel 208 // If we started the drag in one root window and moved into another root 209 // but then canceled the drag we may need to inform the original layou [all...] |
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.css | 11 -webkit-app-region: drag; 26 -webkit-app-region: no-drag;
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
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_org/chrome/browser/ui/cocoa/tab_contents/ |
web_drag_bookmark_handler_mac.h | 18 // Chrome needs to intercept content drag events so it can dispatch them to the 41 // a native bookmark drag.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
GmailDragHelper.java | 27 * Generic utility class that deals with capturing drag events in a particular horizontal direction 28 * and calls the callback interface for drag events. 88 * Process incoming MotionEvent to compute the new drag state and coordinates. 93 * @return whether if drag is happening 100 * @param xThreshold optional parameter to specify that the drag can only happen if it crosses 101 * the threshold coordinate. This can be used to only start the drag once the user hits the 121 // Check for directional drag 137 // Check for drag threshold
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Gesture.java | 36 * with the native drag & drop support, it should also implement 38 * {@link Gesture} interface. There are pros and cons to using native drag 40 * In particular, you should use drag & drop if your gesture should: 42 * <li> Show a native drag & drop cursor 46 * You might want to avoid using native drag & drop if your gesture should: 49 * canvas window (in a drag & gesture, as soon as you leave the canvas 50 * the drag source is no longer informed of mouse updates, whereas a regular 55 * don't want a native drag & drop cursor)
|
/external/chromium_org/ash/drag_drop/ |
drag_drop_controller.cc | 36 // The duration of the drag cancel animation in millisecond. 39 // The frame rate of the drag cancel animation in hertz. 42 // For touch initiated dragging, we scale and shift drag image by the following: 46 // Adjusts the drag image bounds such that the new bounds are scaled by |scale| 164 // We do not support touch drag/drop without a drag image. 234 // If drag cancel animation is running, this cleanup is done when the 308 // consistent with drag/drop on other platforms. 352 // If current drag session was not started by mouse, dont process this mouse 353 // event, but consume it so it does not interfere with current drag session [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
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.
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteListView.java | 69 // child's left coordinate. This is used to aid in the drawing of the drag shadow. 133 * TODO: This is all swipe to remove code (nothing to do with drag to remove). This should 134 * be cleaned up and removed once drag to remove becomes the only way to remove contacts. 154 // Ignore any drag events that were not propagated by long pressing 194 // This ListView will consume the drag events on behalf of its children. 248 // be used to offset the location of the drag shadow so that it appears that the 267 // Update the drag shadow location. 271 // Draw the drag shadow at its last known location if the drag shadow exists. 315 // Calculate the X and Y coordinates of the drag event relative to the vie [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller_interactive_uitest_win.cc | 84 // Move to the first tab and drag it enough so that it detaches, but not 95 // Drag into the second browser. 102 // Release the mouse, ending the drag session. 118 // Move to the first tab and drag it enough so that it detaches. 144 // Deletes a tab being dragged before the user moved enough to start a drag. 206 // Move to the first tab and drag it enough so that it detaches. 231 // Move to the first tab and drag it enough so that it detaches. 276 // Move to the first tab and drag it enough so that it detaches, but not 292 // Drag to tab_strip2. 302 // Release the mouse, stopping the drag session [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 33 // Returns YES if a drag operation should lock the fullscreen overlay bar 49 // This is called after the drag has finished, for any reason. 77 // Perform drag enter/exit operations, such as hover-open and hover-close. 82 // Returns YES if a drag operation should lock the fullscreen overlay bar 100 // bookmark(s) and perform the drag and return YES, otherwise return NO. 103 // Determine if the drag pasteboard has any drag data of type 115 // a drag of the source button to the given point (given in window 151 // cut/paste/delete and drag/drop. Such changes may involve coordinating 188 // Class for bookmark bar buttons that can be drag sources [all...] |
/external/chromium_org/ash/wm/ |
drag_window_resizer_unittest.cc | 171 // Drag the pointer to the right. Once it reaches the right edge of the 173 resizer->Drag(CalculateDragPoint(*resizer, 800, 10), 0); 189 resizer->Drag(CalculateDragPoint(*resizer, 795, 10), 0); 190 // Window should be adjusted for minimum visibility (10px) during the drag. 209 resizer->Drag(CalculateDragPoint(*resizer, 751, 10), ui::EF_CONTROL_DOWN); 231 resizer->Drag(CalculateDragPoint(*resizer, 101, 10), ui::EF_CONTROL_DOWN); 257 resizer->Drag(CalculateDragPoint(*resizer, 799, 10), ui::EF_CONTROL_DOWN); 258 resizer->Drag(CalculateDragPoint(*resizer, 850, 10), ui::EF_CONTROL_DOWN); 301 // Drag the pointer to the right. Once it reaches the right edge of the 303 resizer->Drag(CalculateDragPoint(*resizer, 800, 10), 0) [all...] |