Home
last modified time | relevance | path

Searched refs:did_move_or_resize_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/wm/
Ddefault_window_resizer.cc36 if (!did_move_or_resize_ && !details_.restore_bounds.IsEmpty()) in Drag()
38 did_move_or_resize_ = true; in Drag()
47 if (!did_move_or_resize_) in RevertDrag()
67 did_move_or_resize_(false) { in DefaultWindowResizer()
Ddefault_window_resizer.h48 bool did_move_or_resize_; variable
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer.cc72 if (!did_move_or_resize_) { in Drag()
73 did_move_or_resize_ = true; in Drag()
151 did_move_or_resize_(false), in DockedWindowResizer()
232 if (!did_move_or_resize_) in FinishedDragging()
234 did_move_or_resize_ = false; in FinishedDragging()
Ddocked_window_resizer.h90 bool did_move_or_resize_; variable
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc62 if (!did_move_or_resize_) { in Drag()
63 did_move_or_resize_ = true; in Drag()
133 did_move_or_resize_(false), in PanelWindowResizer()
209 if (!did_move_or_resize_) in FinishDragging()
Dpanel_window_resizer.h79 bool did_move_or_resize_; variable
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc389 if (!did_move_or_resize_) { in Drag()
394 did_move_or_resize_ = true; in Drag()
436 if (!did_move_or_resize_ || details_.window_component != HTCAPTION) in CompleteDrag()
473 if (!did_move_or_resize_) in RevertDrag()
516 did_move_or_resize_(false), in WorkspaceWindowResizer()
915 if (!did_move_or_resize_ || details_.window_component != HTCAPTION) in UpdateSnapPhantomWindow()
Dworkspace_window_resizer.h177 bool did_move_or_resize_; variable