Home | History | Annotate | Download | only in panels

Lines Matching defs:Drag

52 void PanelWindowResizer::Drag(const gfx::Point& location, int event_flags) {
67 // the current parent of the panel it will be informed of the end of drag
69 // the drag is complete. If we told the panel's parent that the drag was
78 // The panel's parent already knows that the drag is in progress for this
93 next_window_resizer_->Drag(modified_location, event_flags);
182 // We use root window coordinates to ensure that during the drag the panel
198 // We use last known location to ensure that after the drag the panel
208 // If we started the drag in one root window and moved into another root
209 // but then canceled the drag we may need to inform the original layout
210 // manager that the drag is finished.