HomeSort by relevance Sort by last modified time
    Searched refs:Drag (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 54 void Drag(int delta_x);
86 // Help functions to drag the given panel.
107 // Panel to drag.
110 // Original x coordinate of the panel to drag. This is used to get back to
114 // Bounds of the panel to drag. It is first set to the original bounds when
panel_manager.cc 148 void PanelManager::Drag(int delta_x) {
257 Drag(dragging_panel_original_x_ -
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 32 // Capture information needed to be used during a drag session for this
37 // Responds to drag events subsequent to StartDrag. If the mouse moves a
38 // sufficient distance before the mouse is released, a drag session is
40 void Drag();
42 // Complete the current drag session. If the drag session was canceled
44 // is true so the helper can revert the state to the world before the drag
60 // Enumeration of the ways a drag session can end.
62 // Drag session exited normally: the user released the mouse.
65 // The drag session was canceled (alt-tab during drag, escape ...
    [all...]
dragged_tab_controller_gtk.cc 31 // How far a drag must pull a tab out of the tabstrip in order to detach it.
68 void DraggedTabControllerGtk::Drag() {
222 // collected/destroyed while the drag is in process, leading to
350 // If this is the first time Attach is called for this drag, we're attaching
582 // If we never received a drag-motion event, the drag will never have
584 // revert or complete the drag in that case.
630 // The tab was moved within the tabstrip where the drag was initiated.
639 // The tab was detached from the tabstrip where the drag began, and has not
tab_strip_gtk.cc 751 g_signal_connect(tabstrip_.get(), "drag-motion",
753 g_signal_connect(tabstrip_.get(), "drag-drop",
755 g_signal_connect(tabstrip_.get(), "drag-leave",
757 g_signal_connect(tabstrip_.get(), "drag-data-received",
885 // Force a layout here, because if we've just quickly drag detached a Tab,
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 35 // An object that handles a drag session for an individual Tab within a
37 // Tab and destroyed when the mouse is released or the drag operation is
49 // Initializes DraggedTabController to drag the tabs in |tabs| originating
50 // from |source_tabstrip|. |source_tab| is the tab that initiated the drag and
62 // Returns true if there is a drag underway and the drag is attached to
65 // of finishing the drag.
68 // Responds to drag events subsequent to StartDrag. If the mouse moves a
69 // sufficient distance before the mouse is released, a drag session is
71 void Drag();
    [all...]
base_tab_strip.cc 62 // . The drag was completed before the animation completed
87 // spawned by non-mouse closes and drag-detaches.
306 // Don't accidentally start any drag operations during animations if the
324 // Build the set of selected tabs to drag and calculate the offset from the
348 // _not_ continue the drag because it can lead to weird bugs.
351 drag_controller_->Drag();
353 // The drag just started. Redirect mouse events to us to that the tab that
354 // originated the drag can be safely deleted.
384 drag_controller_->Drag();
546 // The tab was removed before the drag completed. Don't do anything
    [all...]
dragged_tab_controller.cc 57 // If non-null there is a drag underway.
347 // if the drag was completed.
385 void DraggedTabController::Drag() {
417 // collected/destroyed while the drag is in process, leading to nasty crashes.
497 // When a dialog is about to be shown we revert the drag. Otherwise a modal
513 // One of the tabs we're dragging has been destroyed. Cancel the drag.
534 // If the user presses ESC during a drag, we need to abort and revert things
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 147 // Add a drag handler to the body (for drags that don't land on an existing
220 // Clean up any existing grabber objects - cancelling any outstanding drag.
221 // Ideally an async app update wouldn't disrupt an active drag but
229 // oustanding drag.
407 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
454 // for it - eg. if we drop on it, or the drag is cancelled)
458 // If we have an active drag (i.e. it wasn't aborted by an app update)
485 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
505 'expected drag over container');
551 // Drag was aborted (eg. due to an app update) - do nothin
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 151 // Add a drag handler to the body (for drags that don't land on an existing
233 // Clean up any existing grabber objects - cancelling any outstanding drag.
234 // Ideally an async app update wouldn't disrupt an active drag but
242 // oustanding drag.
410 // Prevent any built-in drag-and-drop support from activating for the
517 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
564 // for it - eg. if we drop on it, or the drag is cancelled)
568 // If we have an active drag (i.e. it wasn't aborted by an app update)
595 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
615 'expected drag over container')
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 154 <li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
155 <span class="en">Drag and Drop</span>
    [all...]

Completed in 685 milliseconds