Searched refs:Drag (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc224 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(CalculateDragPoin
[all...]
H A Dworkspace_window_resizer.h59 virtual void Drag(const gfx::Point& location_in_parent,
175 // Set to true once Drag() is invoked and the bounds of the window change.
207 // The mouse location passed to Drag().
H A Dmulti_window_resize_controller_unittest.cc173 TEST_F(MultiWindowResizeControllerTest, Drag) {
H A Dmulti_window_resize_controller.cc445 window_resizer_->Drag(location_in_parent, event_flags);
/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.h32 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
39 // Set to true once Drag() is invoked and the bounds of the window change.
H A Ddefault_window_resizer.cc29 void DefaultWindowResizer::Drag(const gfx::Point& location, int event_flags) { function in class:ash::DefaultWindowResizer
H A Ddrag_window_resizer.h31 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
H A Ddrag_window_resizer_unittest.cc171 // 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);
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);
331 resizer->Drag(CalculateDragPoin
[all...]
H A Dwindow_resizer.h50 virtual void Drag(const gfx::Point& location, int event_flags) = 0;
68 // Drag parameters established when drag starts.
H A Ddrag_window_resizer.cc72 void DragWindowResizer::Drag(const gfx::Point& location, int event_flags) { function in class:ash::DragWindowResizer
74 next_window_resizer_->Drag(location, event_flags);
H A Dtoplevel_window_event_handler.cc518 // Drag actions are performed pre-target handling to prevent spurious mouse
525 window_resizer_->resizer()->Drag(
/external/chromium_org/ui/app_list/views/
H A Dapp_list_drag_and_drop_host.h34 // Update the screen location of the Drag icon proxy.
53 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) = 0;
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.h33 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
71 // Set to true once Drag() is invoked and the bounds of the window change.
H A Dpanel_window_resizer.cc52 void PanelWindowResizer::Drag(const gfx::Point& location, int event_flags) { function in class:ash::PanelWindowResizer
93 next_window_resizer_->Drag(modified_location, event_flags);
H A Dpanel_window_resizer_unittest.cc80 resizer_->Drag(CalculateDragPoint(*resizer_, dx, dy), 0);
103 // Drag the panel slightly. The window should still be snapped to the
109 // Drag further out and the window should now move to the cursor.
122 // Drag the panel down.
159 // Drag window #2 to the beginning of the shelf.
168 // Drag window #2 back to the end.
387 // Drag the window just above the other display's launcher.
413 // Drag the window just above the other display's launcher.
482 // Drag back to launcher.
539 // Drag th
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.h39 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
81 // Set to true once Drag() is invoked and the bounds of the window change.
H A Ddocked_window_resizer.cc62 void DockedWindowResizer::Drag(const gfx::Point& location, int event_flags) { function in class:ash::DockedWindowResizer
76 next_window_resizer_->Drag(modified_location, event_flags);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_drag_controller.h30 void Drag(const gfx::Point& mouse_location);
H A Dpanel_manager.h95 void Drag(const gfx::Point& mouse_location);
H A Dpanel_manager.cc450 void PanelManager::Drag(const gfx::Point& mouse_location) { function in class:PanelManager
451 drag_controller_->Drag(mouse_location);
H A Dpanel_drag_controller.cc156 void PanelDragController::Drag(const gfx::Point& mouse_location) { function in class:PanelDragController
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher_unittest.cc233 resizer->Drag(gfx::Point(50, 50), 0);
274 resizer->Drag(gfx::Point(50, 50), 0);
H A Dshelf_view.h132 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) OVERRIDE;
H A Dshelf_view.cc627 // Drag the item where it really belongs.
628 Drag(location_in_screen_coordinates);
632 bool ShelfView::Drag(const gfx::Point& location_in_screen_coordinates) { function in class:ash::ShelfView
1051 main_shelf_->Drag(screen_location);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h40 // Drag() is invoked as the mouse is dragged. If the mouse is dragged far enough
123 void Drag(const gfx::Point& point_in_screen);
135 // Drag session exited normally: the user released the mouse.

Completed in 321 milliseconds

12