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

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_window_move_client.cc 45 aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop(
52 bool success = move_loop_.RunMoveLoop(source, host_->last_cursor());
x11_desktop_window_move_client.h 39 virtual aura::client::WindowMoveResult RunMoveLoop(
x11_whole_screen_move_loop.h 46 bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor);
51 // Ends the RunMoveLoop() that's currently in progress.
77 // Are we running a nested message loop from RunMoveLoop()?
desktop_window_tree_host.h 119 virtual Widget::MoveLoopResult RunMoveLoop(
desktop_window_tree_host_x11.h 128 virtual Widget::MoveLoopResult RunMoveLoop(
desktop_native_widget_aura.h 173 virtual Widget::MoveLoopResult RunMoveLoop(
desktop_window_tree_host_win.h 86 virtual Widget::MoveLoopResult RunMoveLoop(
x11_whole_screen_move_loop.cc 181 bool X11WholeScreenMoveLoop::RunMoveLoop(aura::Window* source,
250 // We undo our emulated mouse click from RunMoveLoop();
desktop_native_widget_aura.cc 904 Widget::MoveLoopResult DesktopNativeWidgetAura::RunMoveLoop(
910 return desktop_window_tree_host_->RunMoveLoop(drag_offset, source,
    [all...]
desktop_window_tree_host_win.cc 347 Widget::MoveLoopResult DesktopWindowTreeHostWin::RunMoveLoop(
353 return message_handler_->RunMoveLoop(drag_offset, hide_on_escape) ?
    [all...]
desktop_window_tree_host_x11.cc 633 Widget::MoveLoopResult DesktopWindowTreeHostX11::RunMoveLoop(
641 if (x11_window_move_client_->RunMoveLoop(content_window_, drag_offset,
    [all...]
  /external/chromium_org/ui/wm/public/
window_move_client.h 37 virtual WindowMoveResult RunMoveLoop(Window* window,
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.h 47 virtual aura::client::WindowMoveResult RunMoveLoop(
103 // Are we running a nested message loop from RunMoveLoop().
toplevel_window_event_handler_unittest.cc 685 // aura::client::WindowMoveClient::RunMoveLoop() while another drag is already
702 move_client->RunMoveLoop(window2.get(), gfx::Vector2d(),
736 move_client->RunMoveLoop(window.get(), gfx::Vector2d(),
toplevel_window_event_handler.cc 374 aura::client::WindowMoveResult ToplevelWindowEventHandler::RunMoveLoop(
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 97 virtual Widget::MoveLoopResult RunMoveLoop(
native_widget_private.h 222 virtual Widget::MoveLoopResult RunMoveLoop(
native_widget_aura.h 127 virtual Widget::MoveLoopResult RunMoveLoop(
widget.h 112 // Result from RunMoveLoop().
427 MoveLoopResult RunMoveLoop(const gfx::Vector2d& drag_offset,
    [all...]
native_widget_aura.cc 644 Widget::MoveLoopResult NativeWidgetAura::RunMoveLoop(
662 if (move_client->RunMoveLoop(window_, drag_offset, window_move_source) ==
    [all...]
widget.cc 533 Widget::MoveLoopResult Widget::RunMoveLoop(
537 return native_widget_->RunMoveLoop(drag_offset, source, escape_behavior);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 48 // and RunMoveLoop() is invoked on the Widget to drag the browser around. This
159 // Specifies what should happen when RunMoveLoop completes.
330 void RunMoveLoop(const gfx::Vector2d& drag_offset);
624 // Non-null for the duration of RunMoveLoop.
tab_drag_controller.cc 371 RunMoveLoop(GetWindowOffset(point_in_screen));
383 // trigger the move loop to end and we'll revert the drag when RunMoveLoop()
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 167 bool RunMoveLoop(const gfx::Vector2d& drag_offset, bool hide_on_escape);
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 459 ->RunMoveLoop(window.release(),

Completed in 733 milliseconds

1 2