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

1 2 3

  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 17 // This class will get used by the AppListView to drag and drop Application
21 // Create an OS dependent drag proxy icon which can escape the given view.
34 // Update the screen location of the Drag icon proxy.
38 // Remove the OS dependent drag proxy from the screen.
41 // A drag operation could get started. The recipient has to return true if
52 // Note that this function does not update the drag proxy's screen position.
53 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) = 0;
56 // when the mouse / touch events stop. If |cancel| is set, the drag operation
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 219 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0);
225 resizer->Drag(CalculateDragPoint(*resizer, 800, 20), 0);
230 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0);
235 resizer->Drag(CalculateDragPoint(*resizer, 800, 20), 0);
253 resizer->Drag(CalculateDragPoint(*resizer, -100, 10), 0);
259 resizer->Drag(CalculateDragPoint(*resizer, -800, 20), 0);
264 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0);
269 resizer->Drag(CalculateDragPoint(*resizer, -100, 20), 0);
291 resizer->Drag(CalculateDragPoint(*resizer, 100, -10), 0);
297 resizer->Drag(CalculateDragPoint(*resizer, 300, -10), 0)
    [all...]
workspace_window_resizer.h 54 virtual void Drag(const gfx::Point& location_in_parent,
168 // Set to true once Drag() is invoked and the bounds of the window change.
196 // The mouse location passed to Drag().
199 // Window the drag has magnetically attached to.
multi_window_resize_controller_unittest.cc 174 TEST_F(MultiWindowResizeControllerTest, Drag) {
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 159 // Drag the pointer to the right. Once it reaches the right edge of the
161 resizer->Drag(CalculateDragPoint(*resizer, 800, 10), 0);
177 resizer->Drag(CalculateDragPoint(*resizer, 790, 10), 0);
194 resizer->Drag(CalculateDragPoint(*resizer, 751, 10), ui::EF_CONTROL_DOWN);
233 // Drag the pointer to the right. Once it reaches the right edge of the
235 resizer->Drag(CalculateDragPoint(*resizer, 800, 10), 0);
263 resizer->Drag(CalculateDragPoint(*resizer, -2, 0), ui::EF_CONTROL_DOWN);
270 // Verifies the drag window is shown correctly.
291 // The pointer is inside the primary root. The drag window controller
293 resizer->Drag(CalculateDragPoint(*resizer, 10, 10), 0)
    [all...]
default_window_resizer.h 27 // Returns true if the drag will result in changing the window in anyway.
36 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
47 // Set to true once Drag() is invoked and the bounds of the window change.
drag_window_resizer.h 19 // drag windows across displays.
34 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
default_window_resizer.cc 33 void DefaultWindowResizer::Drag(const gfx::Point& location, int event_flags) {
window_resizer.h 41 // Invoked to drag/move/resize the window. |location| is in the coordinates
44 virtual void Drag(const gfx::Point& location, int event_flags) = 0;
46 // Invoked to complete the drag.
49 // Reverts the drag.
73 // Restore bounds (in screen coordinates) of the window before the drag
95 // Will the drag actually modify the window?
98 // Source of the event initiating the drag.
123 // Returns the size of the window for the drag.
133 // Returns the height of the drag.
drag_window_resizer.cc 27 // The maximum opacity of the drag phantom window.
76 void DragWindowResizer::Drag(const gfx::Point& location, int event_flags) {
79 next_window_resizer_->Drag(location, event_flags);
182 // Always show the drag phantom on the |another_root| window.
  /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_org/ash/wm/dock/
docked_window_resizer.h 42 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
59 // Tracks the window's initial position and attachment at the start of a drag
60 // and informs the DockLayoutManager that a drag has started if necessary.
63 // Informs the DockLayoutManager that the drag is complete if it was informed
64 // of the drag start.
77 // Set to true once Drag() is invoked and the bounds of the window change.
80 // Set to true if the window that is being dragged was docked before drag.
docked_window_resizer.cc 39 // How far in pixels we have to drag to undock a window.
61 void DockedWindowResizer::Drag(const gfx::Point& location, int event_flags) {
75 // getting snapped to other nearby windows during the drag.
82 next_window_resizer_->Drag(modified_location, event_flags);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.h 35 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
53 // Tracks the panel's initial position and attachment at the start of a drag
54 // and informs the PanelLayoutManager that a drag has started if necessary.
57 // Informs the PanelLayoutManager that the drag is complete if it was informed
58 // of the drag start.
77 // Set to true once Drag() is invoked and the bounds of the window change.
panel_window_resizer.cc 59 void PanelWindowResizer::Drag(const gfx::Point& location, int event_flags) {
75 // the current parent of the panel it will be informed of the end of drag
77 // the drag is complete. If we told the panel's parent that the drag was
86 // The panel's parent already knows that the drag is in progress for this
97 next_window_resizer_->Drag(modified_location, event_flags);
201 // We use root window coordinates to ensure that during the drag the panel
215 // We use last known location to ensure that after the drag the panel
222 // If we started the drag in one root window and moved into another root
223 // but then canceled the drag we may need to inform the original layou
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.h 30 void Drag(const gfx::Point& mouse_location);
93 // The original panel collection when the drag is started.
96 // The offset from mouse location to the panel position when the drag
panel_manager.h 95 void Drag(const gfx::Point& mouse_location);
  /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...]
  /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...]
  /external/chromium_org/ash/wm/gestures/
two_finger_drag_handler.cc 136 // case, cancel the drag, and do the appropriate action.
159 window_resizer_->Drag(event.details().bounding_box().CenterPoint(),
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 40 // Capture information needed to be used during a drag session for this
45 // Responds to drag events subsequent to StartDrag. If the mouse moves a
46 // sufficient distance before the mouse is released, a drag session is
48 void Drag();
50 // Complete the current drag session. If the drag session was canceled
52 // is true so the helper can revert the state to the world before the drag
71 // Enumeration of the ways a drag session can end.
73 // Drag session exited normally: the user released the mouse.
76 // The drag session was canceled (alt-tab during drag, escape ...
    [all...]
  /external/chromium_org/ash/launcher/
launcher_view.h 117 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) OVERRIDE;
167 // Invoked when the pointer has moved enough to trigger a drag. Sets
168 // internal state in preparation for the drag.
174 // Returns true if |typea| and |typeb| should be in the same drag range.
181 // If there is a drag operation in progress it's canceled. If |modified_index|
306 // Pointer device that initiated the current drag operation. If there is no
337 // True when an item being inserted or removed in the model cancels a drag.
351 // True if a drag and drop operation created/pinned the item in the launcher
355 // The launcher item which is currently used for a drag and a drop operation
359 // The application ID of the application which we drag and drop
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.cc 41 // Virtual base class to abstract move vs resize drag logic.
54 // |canceled| is true to abort the drag.
74 panel_manager()->Drag(point);
107 // Panel drag helper for processing mouse and keyboard events while
119 // Connect signals for events during a drag.
135 EndDrag(true); // Clean up drag state.
161 GrabPointerAndKeyboard(event, gfx::GetCursor(GDK_FLEUR)); // Drag cursor.
166 // Remember initial mouse event for use in determining when drag
171 // all mouse and keyboard events during the drag.
188 // grabbed. Cancel the drag
    [all...]

Completed in 431 milliseconds

1 2 3