Searched refs:RunMoveLoop (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ui/aura/client/
H A Dwindow_move_client.h37 virtual WindowMoveResult RunMoveLoop(Window* window,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_window_move_client.cc76 aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop( function in class:views::X11DesktopWindowMoveClient
83 bool success = move_loop_.RunMoveLoop(source, root_window_->last_cursor());
H A Dx11_desktop_window_move_client.h47 virtual aura::client::WindowMoveResult RunMoveLoop(
H A Dx11_whole_screen_move_loop.h38 bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor);
43 // Ends the RunMoveLoop() that's currently in progress.
62 // Are we running a nested message loop from RunMoveLoop()?
H A Ddesktop_root_window_host.h120 virtual Widget::MoveLoopResult RunMoveLoop(
H A Dx11_whole_screen_move_loop.cc93 bool X11WholeScreenMoveLoop::RunMoveLoop(aura::Window* source, function in class:views::X11WholeScreenMoveLoop
135 // We undo our emulated mouse click from RunMoveLoop();
H A Ddesktop_root_window_host_x11.h111 virtual Widget::MoveLoopResult RunMoveLoop(
H A Ddesktop_native_widget_aura.h163 virtual Widget::MoveLoopResult RunMoveLoop(
H A Ddesktop_root_window_host_win.h85 virtual Widget::MoveLoopResult RunMoveLoop(
H A Ddesktop_native_widget_aura.cc833 Widget::MoveLoopResult DesktopNativeWidgetAura::RunMoveLoop( function in class:views::DesktopNativeWidgetAura
839 return desktop_root_window_host_->RunMoveLoop(drag_offset, source,
H A Ddesktop_root_window_host_win.cc349 Widget::MoveLoopResult DesktopRootWindowHostWin::RunMoveLoop( function in class:views::DesktopRootWindowHostWin
355 return message_handler_->RunMoveLoop(drag_offset, hide_on_escape) ?
H A Ddesktop_root_window_host_x11.cc554 Widget::MoveLoopResult DesktopRootWindowHostX11::RunMoveLoop( function in class:views::DesktopRootWindowHostX11
562 if (x11_window_move_client_->RunMoveLoop(content_window_, drag_offset,
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.h48 virtual aura::client::WindowMoveResult RunMoveLoop(
94 // Are we running a nested message loop from RunMoveLoop().
H A Dtoplevel_window_event_handler.cc331 aura::client::WindowMoveResult ToplevelWindowEventHandler::RunMoveLoop( function in class:ash::ToplevelWindowEventHandler
/external/chromium_org/ui/views/widget/
H A Dnative_widget_private.h212 virtual Widget::MoveLoopResult RunMoveLoop(
H A Dnative_widget_aura.h128 virtual Widget::MoveLoopResult RunMoveLoop(
H A Dnative_widget_win.h143 virtual Widget::MoveLoopResult RunMoveLoop(
H A Dwidget.h105 // Result from RunMoveLoop().
405 MoveLoopResult RunMoveLoop(const gfx::Vector2d& drag_offset,
H A Dnative_widget_aura.cc639 Widget::MoveLoopResult NativeWidgetAura::RunMoveLoop( function in class:views::NativeWidgetAura
652 if (aura::client::GetWindowMoveClient(window_->parent())->RunMoveLoop(
H A Dnative_widget_win.cc442 Widget::MoveLoopResult NativeWidgetWin::RunMoveLoop( function in class:views::NativeWidgetWin
448 return message_handler_->RunMoveLoop(drag_offset, hide_on_escape) ?
H A Dwidget.cc532 Widget::MoveLoopResult Widget::RunMoveLoop( function in class:views::Widget
536 return native_widget_->RunMoveLoop(drag_offset, source, escape_behavior);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h51 // RunMoveLoop() is invoked on the Widget to drag the browser around. This is
175 // Specifies what should happen when RunMoveLoop completes.
357 void RunMoveLoop(const gfx::Vector2d& drag_offset);
644 // Non-null for the duration of RunMoveLoop.
H A Dtab_drag_controller.cc570 RunMoveLoop(GetWindowOffset(point_in_screen));
582 // trigger the move loop to end and we'll revert the drag when RunMoveLoop()
1465 RunMoveLoop(GetWindowOffset(point_in_screen));
1513 RunMoveLoop(drag_offset);
1516 void TabDragController::RunMoveLoop(const gfx::Vector2d& drag_offset) { function in class:TabDragController
1543 move_loop_widget_->RunMoveLoop(
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc342 ->RunMoveLoop(window.release(),
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h163 bool RunMoveLoop(const gfx::Vector2d& drag_offset, bool hide_on_escape);

Completed in 175 milliseconds

12