Searched defs:RunMoveLoop (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_window_move_client.cc45 aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop( function in class:views::X11DesktopWindowMoveClient
53 bool success = move_loop_.RunMoveLoop(source, host_->last_cursor());
H A Dx11_whole_screen_move_loop.cc134 bool X11WholeScreenMoveLoop::RunMoveLoop(aura::Window* source, function in class:views::X11WholeScreenMoveLoop
213 // We undo our emulated mouse click from RunMoveLoop();
H A Ddesktop_drag_drop_client_aurax11_unittest.cc78 // An implementation of X11MoveLoop where RunMoveLoop() always starts the move
89 virtual bool RunMoveLoop(aura::Window* window,
220 bool TestMoveLoop::RunMoveLoop( function in class:views::__anon17134::TestMoveLoop
H A Ddesktop_native_widget_aura.cc901 Widget::MoveLoopResult DesktopNativeWidgetAura::RunMoveLoop( function in class:views::DesktopNativeWidgetAura
907 return desktop_window_tree_host_->RunMoveLoop(drag_offset, source,
H A Ddesktop_window_tree_host_win.cc370 Widget::MoveLoopResult DesktopWindowTreeHostWin::RunMoveLoop( function in class:views::DesktopWindowTreeHostWin
376 return message_handler_->RunMoveLoop(drag_offset, hide_on_escape) ?
H A Ddesktop_window_tree_host_x11.cc659 Widget::MoveLoopResult DesktopWindowTreeHostX11::RunMoveLoop( function in class:views::DesktopWindowTreeHostX11
667 if (x11_window_move_client_->RunMoveLoop(content_window_, drag_offset,
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.cc372 aura::client::WindowMoveResult ToplevelWindowEventHandler::RunMoveLoop( function in class:ash::ToplevelWindowEventHandler
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc374 RunMoveLoop(GetWindowOffset(point_in_screen));
386 // trigger the move loop to end and we'll revert the drag when RunMoveLoop()
1009 RunMoveLoop(GetWindowOffset(point_in_screen));
1056 RunMoveLoop(drag_offset);
1059 void TabDragController::RunMoveLoop(const gfx::Vector2d& drag_offset) { function in class:TabDragController
1086 move_loop_widget_->RunMoveLoop(
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc646 Widget::MoveLoopResult NativeWidgetAura::RunMoveLoop( function in class:views::NativeWidgetAura
664 if (move_client->RunMoveLoop(window_, drag_offset, window_move_source) ==
H A Dwidget.cc533 Widget::MoveLoopResult Widget::RunMoveLoop( function in class:views::Widget
537 return native_widget_->RunMoveLoop(drag_offset, source, escape_behavior);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc705 bool HWNDMessageHandler::RunMoveLoop(const gfx::Vector2d& drag_offset, function in class:views::HWNDMessageHandler

Completed in 445 milliseconds