Home | History | Annotate | Download | only in dock

Lines Matching defs:Drag

62 void DockedWindowResizer::Drag(const gfx::Point& location, int event_flags) {
76 next_window_resizer_->Drag(modified_location, event_flags);
85 // the end of drag when the window is reparented, otherwise let the
86 // previous container know the drag is complete. If we told the
87 // window's parent that the drag was complete it would begin
98 // The window's initial layout manager already knows that the drag is
119 // Restore docked state to what it was before the drag if necessary.
193 // Reparent workspace windows during the drag to elevate them above workspace.
228 // When drag is completed the dragged docked window is resized to the bounds
254 // If we started the drag in one root window and moved into another root
255 // but then canceled the drag we may need to inform the original layout
256 // manager that the drag is finished.