Home | History | Annotate | Download | only in panels

Lines Matching full:drag_delta_to_detach

971   gfx::Vector2d drag_delta_to_detach = GetDragDeltaToDetach();
972 mouse_location = mouse_location + drag_delta_to_detach;
978 drag_delta_to_detach.x(),
979 drag_delta_to_detach.y() + drag_delta_to_remain_docked.y());
1033 gfx::Vector2d drag_delta_to_detach = GetDragDeltaToDetach();
1034 mouse_location = mouse_location + drag_delta_to_detach;
1040 drag_delta_to_detach.x(),
1041 drag_delta_to_detach.y() + drag_delta_to_remain_docked.y());
1204 drag_delta_to_detach = GetDragDeltaToDetach();
1205 mouse_location = mouse_location + drag_delta_to_detach;
1211 panel_new_bounds.Offset(drag_delta_to_detach);