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

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_window_move_client.cc 50 const gfx::Vector2d& drag_offset,
52 window_offset_ = drag_offset;
x11_desktop_window_move_client.h 44 const gfx::Vector2d& drag_offset,
desktop_root_window_host.h 90 const gfx::Vector2d& drag_offset,
desktop_root_window_host_x11.h 110 const gfx::Vector2d& drag_offset,
desktop_native_widget_aura.h 150 const gfx::Vector2d& drag_offset,
desktop_root_window_host_win.h 83 const gfx::Vector2d& drag_offset,
desktop_native_widget_aura.cc 592 const gfx::Vector2d& drag_offset,
594 return desktop_root_window_host_->RunMoveLoop(drag_offset, source);
desktop_root_window_host_win.cc 328 const gfx::Vector2d& drag_offset,
330 return message_handler_->RunMoveLoop(drag_offset) ?
  /external/chromium_org/ui/aura/client/
window_move_client.h 33 // Starts a nested message loop for moving the window. |drag_offset| is the
38 const gfx::Vector2d& drag_offset,
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.h 50 const gfx::Vector2d& drag_offset,
toplevel_window_event_handler.cc 327 const gfx::Vector2d& drag_offset,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 155 // Starts the dragging operation. |drag_offset| is the offset inside the tab
157 void StartDragging(gfx::Point drag_offset);
tab_gtk.cc 364 void TabGtk::StartDragging(gfx::Point drag_offset) {
372 delegate_->MaybeStartDrag(this, drag_offset);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.h 168 // Starts the dragging operation. |drag_offset| is the offset inside the tab
170 void StartDragging(gfx::Point drag_offset);
tab_gtk.cc 327 void TabGtk::StartDragging(gfx::Point drag_offset) {
341 delegate_->MaybeStartDrag(this, drag_offset);
  /external/chromium_org/ui/views/widget/
native_widget_private.h 211 const gfx::Vector2d& drag_offset,
native_widget_aura.h 123 const gfx::Vector2d& drag_offset,
native_widget_win.h 144 const gfx::Vector2d& drag_offset,
widget.h 374 // when the move completes. |drag_offset| is the offset from the top left
377 MoveLoopResult RunMoveLoop(const gfx::Vector2d& drag_offset,
    [all...]
native_widget_aura.cc 598 const gfx::Vector2d& drag_offset,
608 window_, drag_offset, window_move_source) ==
    [all...]
native_widget_win.cc 441 const gfx::Vector2d& drag_offset,
443 return message_handler_->RunMoveLoop(drag_offset) ?
widget.cc 495 Widget::MoveLoopResult Widget::RunMoveLoop(const gfx::Vector2d& drag_offset,
497 return native_widget_->RunMoveLoop(drag_offset, source);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 350 // Browser. |drag_offset| is the offset from the window origin and is used in
353 void RunMoveLoop(const gfx::Vector2d& drag_offset);
460 gfx::Vector2d* drag_offset,
tab_drag_controller.cc 1323 gfx::Vector2d drag_offset; local
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 108 bool RunMoveLoop(const gfx::Vector2d& drag_offset);

Completed in 777 milliseconds

1 2