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

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_move_loop.h 23 virtual bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor) = 0;
x11_desktop_window_move_client.cc 45 aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop(
53 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 virtual bool RunMoveLoop(aura::Window* window,
67 // 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(
x11_whole_screen_move_loop.cc 134 bool X11WholeScreenMoveLoop::RunMoveLoop(aura::Window* source,
213 // We undo our emulated mouse click from RunMoveLoop();
desktop_drag_drop_client_aurax11_unittest.cc 78 // An implementation of X11MoveLoop where RunMoveLoop() always starts the move
89 virtual bool RunMoveLoop(aura::Window* window,
220 bool TestMoveLoop::RunMoveLoop(
desktop_native_widget_aura.h 173 virtual Widget::MoveLoopResult RunMoveLoop(
desktop_window_tree_host_win.h 86 virtual Widget::MoveLoopResult RunMoveLoop(
desktop_native_widget_aura.cc 901 Widget::MoveLoopResult DesktopNativeWidgetAura::RunMoveLoop(
907 return desktop_window_tree_host_->RunMoveLoop(drag_offset, source,
    [all...]
desktop_window_tree_host_win.cc 370 Widget::MoveLoopResult DesktopWindowTreeHostWin::RunMoveLoop(
376 return message_handler_->RunMoveLoop(drag_offset, hide_on_escape) ?
    [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(
109 // Are we running a nested message loop from RunMoveLoop().
toplevel_window_event_handler_unittest.cc 684 // aura::client::WindowMoveClient::RunMoveLoop() while another drag is already
701 move_client->RunMoveLoop(window2.get(), gfx::Vector2d(),
735 move_client->RunMoveLoop(window.get(), gfx::Vector2d(),
toplevel_window_event_handler.cc 372 aura::client::WindowMoveResult ToplevelWindowEventHandler::RunMoveLoop(
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 103 virtual Widget::MoveLoopResult RunMoveLoop(
native_widget_private.h 219 virtual Widget::MoveLoopResult RunMoveLoop(
native_widget_aura.h 129 virtual Widget::MoveLoopResult RunMoveLoop(
widget.h 112 // Result from RunMoveLoop().
427 MoveLoopResult RunMoveLoop(const gfx::Vector2d& drag_offset,
    [all...]
native_widget_aura.cc 646 Widget::MoveLoopResult NativeWidgetAura::RunMoveLoop(
664 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 47 // and RunMoveLoop() is invoked on the Widget to drag the browser around. This
151 // Specifies what should happen when RunMoveLoop completes.
304 void RunMoveLoop(const gfx::Vector2d& drag_offset);
586 // Non-null for the duration of RunMoveLoop.
tab_drag_controller.cc 374 RunMoveLoop(GetWindowOffset(point_in_screen));
386 // 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);

Completed in 758 milliseconds

1 2