/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
web_drag_bookmark_handler_mac.mm | 46 // support for (at the moment experimental) drag and drop extensions.
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.h | 25 // Returns the drag operations for the specified node.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
canvas-cursor.html | 8 icon.src = 'resources/drag-image.png'
|
drag-image-to-address-bar.html | 10 Drag the image from below to the address bar, then click on the image.
|
text-field-autoscroll.html | 13 The text field should not autoscroll its text during this drag.
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventTypeNames.in | 69 drag
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorCommon.css | 42 -webkit-user-drag: none;
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_collection_view_drag_manager.h | 39 // Whether the current mouse action has converted into an item drag.
|
/external/chromium_org/ui/app_list/views/ |
app_list_item_view.h | 70 // In a synchronous drag the item view isn't informed directly of the drag 71 // ending, so the runner of the drag should call this. 162 // A timer to defer showing drag UI when mouse is pressed.
|
/external/chromium_org/ui/base/cocoa/controls/ |
hyperlink_button_cell.h | 18 // 1. Drag out an NSButton.
|
/external/chromium_org/ui/base/cocoa/ |
hover_button.h | 40 // drag the button without moving the mouse before you press the button down.
|
/external/chromium_org/ui/base/dragdrop/ |
cocoa_dnd_util.mm | 14 NSString* const kChromeDragDummyPboardType = @"org.chromium.drag-dummy-type";
|
/external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
share_dialog.css | 6 -webkit-app-region: no-drag;
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
search_box.js | 172 * Handles a dragenter event and refuses a drag source of files. 177 // For normal elements, they does not accept drag drop by default, and accept 178 // it by using event.preventDefault. But input elements accept drag drop 179 // by default. So disable the input element here to prohibit drag drop.
|
/external/chromium_org/ui/views/ |
button_drag_utils.h | 30 // offset; otherwise, it centers the drag image.
|
drag_utils.cc | 18 // yet care about device scale factor on other platforms. So to keep drag and
|
/external/chromium_org/ui/views/controls/menu/ |
menu_message_loop.h | 38 // Returns false otherwise, for example if a drag and drop is in progress.
|
/external/chromium_org/ui/wm/public/ |
window_move_client.h | 34 // offset from the window origin to the cursor when the drag was started.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMatrix.java | 24 // drag down: Matrix{[1.0, 0.0, -1.3872986][0.0, 1.0, 0.37722778][0.0, 0.0, 1.0]}
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
ReorderUtils.java | 31 * the user is only allowed to drag a view along the horizontal axis. Likewise for
|
/packages/apps/Launcher2/res/layout/ |
qsb_bar.xml | 25 <!-- Drag specific targets container -->
|
/packages/apps/Launcher2/res/values/ |
colors.xml | 21 <!-- The color tints to apply to the text and drag view when hovering
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragScroller.java | 29 * This event will only occur while a drag is active.
|
DragSource.java | 24 * Interface defining an object that can originate a drag.
|
/packages/apps/Launcher3/WallpaperPicker/res/values-sw720dp/ |
dimens.xml | 25 the drag view should be offset from the position of the original view. -->
|