/external/chromium/chrome/browser/ui/cocoa/ |
url_drop_target.h | 65 // Dragging is in progress over the owner view (at the given point, in view 70 // Dragging is over, and any indicator should be hidden.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_controller.h | 55 // Continues dragging a Tab. 58 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
|
base_tab.h | 60 void set_dragging(bool dragging) { dragging_ = dragging; } 61 bool dragging() const { return dragging_; } function in class:BaseTab 171 // WARNING: this is null during detached tab dragging.
|
/external/chromium_org/ash/wm/ |
drag_window_resizer.h | 45 // Creates DragWindowResizer that adds the ability of dragging windows across 51 // Updates the bounds of the phantom window for window dragging. Set true on
|
default_window_resizer.h | 13 // WindowResizer is used by ToplevelWindowEventFilter to handle dragging, moving
|
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer.h | 19 // PanelWindowResizer is used by ToplevelWindowEventFilter to handle dragging, 44 // windows as well as reparenting them to the panel layer while dragging to
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.h | 33 // dragging occurs. |source_tab| is the tab that is under the mouse pointer 34 // when dragging starts, it also becomes the active tab if not active 35 // already. |tabs| contains all the selected tabs when dragging starts. 118 // Handles dragging tabs while the tabs are attached. 121 // Handles dragging while the tabs are detached. 189 // Gets the bounds to animate the dragged view when dragging is over. 226 // Holds various data for each dragged tab needed to handle dragging. 242 // dragging begun. This is used to ensure that the dragged view is always
|
dragged_view_gtk.h | 145 // Holds various data for each dragged tab needed to handle dragging. It is 149 // The width of a mini tab at the time the dragging was initiated. 152 // The width of a normal tab (not mini) at the time the dragging was 166 // dragging scaled and unscaled representations, and also to calculate the
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_dest_win.h | 61 // We keep track of the render view host we're dragging over. If it changes 67 // Used to determine what cursor we should display when dragging over web
|
/external/chromium_org/ui/webui/resources/js/cr/ui/table/ |
table_splitter.js | 41 * Handles start of the splitter dragging. 63 * Handles end of the splitter dragging. Restores cursor.
|
/frameworks/base/services/java/com/android/server/accessibility/ |
GestureUtils.java | 55 * Determines whether a two pointer gesture is a dragging one. 58 * @return True if the gesture is a dragging one.
|
/developers/samples/android/input/gestures/BasicGestureDetect/ |
template-params.xml | 31 In order to try this sample out, try dragging or tapping this text to see what happens!
|
/external/chromium/chrome/browser/ |
clipboard_dispatcher.h | 20 // - The dragging clipboard, which contains data that is currently being
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
image_decoration_unittest.mm | 52 // TODO(shess): It would be nice to test mouse clicks and dragging,
|
/external/chromium_org/ash/wm/dock/ |
dock_types.h | 14 // implement docking behavior including magnetism while dragging windows into
|
/external/chromium_org/ash/wm/gestures/ |
tray_gesture_handler.h | 25 // Handles a gesture-update event and updates the dragging state of the tray
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_pasteboard_helper_mac.h | 19 // dragging methods.
|
/external/chromium_org/chrome/browser/chromeos/system/ |
input_device_settings.h | 34 // Turns tap-dragging on/off.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_view.h | 6 // dragging from moving the browser window.
|
bookmark_folder_target.h | 43 // dragging buttons around the bookmark bar. The data for this type is just a
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
clickhold_button_cell.h | 13 // or after dragging. If click-hold is never enabled (e.g., if
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
image_decoration_unittest.mm | 54 // TODO(shess): It would be nice to test mouse clicks and dragging,
|
location_icon_decoration.h | 22 // Allow dragging the current URL.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_controller_target.h | 31 // Returns a weak reference to the controller that manages dragging of tabs.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
autoscroll.html | 17 When I mouse up after dragging a selection outside of a iframe, the iframe continues to scroll automatically.</p>
|