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

12

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle_unittest.cc301 TEST_F(TouchHandleTest, Drag) {
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1414 scoped_ptr<downloads::Drag::Params> params(
1415 downloads::Drag::Params::Create(*args_));
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc327 void TabDragController::Drag(const gfx::Point& point_in_screen) { function in class:TabDragController
328 TRACE_EVENT1("views", "TabDragController::Drag",
435 Drag(GetCursorScreenPoint());
H A Dtab_strip.cc1117 drag_controller_->Drag(screen_location);
1651 // Drag the tabs to the left, stacking tabs before the active tab.
1676 // Drag the tabs to the right, stacking tabs after the active tab.
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc133 resizer_->Drag(initial_location_in_parent_ + gfx::Vector2d(dx, dy), 0);
193 // Drag the window left or right to the edge (or almost to it).
351 // Drag pointer to the right edge of the second screen.
442 // Drag w2 above w1.
495 // Drag w1 below the point where w1 and w2 would swap places. This point is
564 // Drag w1 below the point where w1 and w2 would swap places. This point is
817 // Drag pointer to the right edge of the second screen.
H A Ddocked_window_resizer_unittest.cc152 resizer_->Drag(initial_location_in_parent_ + gfx::Vector2d(dx, dy), 0);
220 // Drag the window left or right to the edge (or almost to it).
564 // Drag up as well to avoid attaching panels to launcher shelf.
659 // Drag the window out but revert the drag
683 // Drag the window out but revert the drag
691 // Drag a window to the left so that it overlaps the screen edge.
704 // Drag the window further left and revert the drag.
817 // Drag up as well as left to avoid attaching panels to launcher shelf.
838 // Drag up as well to avoid attaching panels to launcher shelf.
929 // Drag lef
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc351 void WorkspaceWindowResizer::Drag(const gfx::Point& location_in_parent, function in class:ash::WorkspaceWindowResizer
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc1062 panel_->manager()->Drag(mouse_location);
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc580 // Drag may have ended before we get the shortcut path or a new drag may have
596 return false; // Drag canceled.
619 return; // Drag canceled.
1657 if (!drag_and_drop_host_->Drag(location_in_screen_coordinates)) {
1679 // Drag zones are at the edges of the scroll axis.
/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc1070 resizer->Drag(location, 0);
1399 // Drag near the shelf.
1430 // Drag very little.

Completed in 228 milliseconds

12