Searched defs:RevertDrag (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc46 void DefaultWindowResizer::RevertDrag() { function in class:ash::DefaultWindowResizer
H A Ddrag_window_resizer.cc135 void DragWindowResizer::RevertDrag() { function in class:ash::internal::DragWindowResizer
136 next_window_resizer_->RevertDrag();
260 // We have to avoid a brief flash caused by the RevertDrag operation.
262 // matter what the RevertDrag does the window will stay hidden. Then transfer
263 // the window to the new owner (which will hide it). RevertDrag will then do
272 RevertDrag();
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc124 void DockedWindowResizer::RevertDrag() { function in class:ash::internal::DockedWindowResizer
125 next_window_resizer_->RevertDrag();
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.cc113 void PanelWindowResizer::RevertDrag() { function in class:ash::PanelWindowResizer
114 next_window_resizer_->RevertDrag();
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc587 RevertDrag();
612 void DraggedTabControllerGtk::RevertDrag() { function in class:DraggedTabControllerGtk
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc469 void WorkspaceWindowResizer::RevertDrag() { function in class:ash::internal::WorkspaceWindowResizer
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc673 RevertDrag();
679 RevertDrag();
691 void DraggedTabControllerGtk::RevertDrag() { function in class:DraggedTabControllerGtk
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc1126 RevertDrag();
1131 RevertDrag();
1142 void DraggedTabController::RevertDrag() { function in class:DraggedTabController
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1794 RevertDrag();
1800 RevertDrag();
1814 void TabDragController::RevertDrag() { function in class:TabDragController

Completed in 138 milliseconds