Home
last modified time | relevance | path

Searched refs:should_attach_to_shelf (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc86 window_state_->drag_details()->should_attach_to_shelf = in Drag()
97 if (details().should_attach_to_shelf && in Drag()
111 window_state_->drag_details()->should_attach_to_shelf = was_attached_; in RevertDrag()
196 if (window_state_->panel_attached() != details().should_attach_to_shelf) { in FinishDragging()
197 window_state_->set_panel_attached(details().should_attach_to_shelf); in FinishDragging()
/external/chromium_org/ash/wm/
Ddrag_details.h66 bool should_attach_to_shelf; member
Ddrag_details.cc62 should_attach_to_shelf(window->type() == ui::wm::WINDOW_TYPE_PANEL && in DragDetails()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc600 bool should_attach_to_shelf = window_state->drag_details() && in CanDockWindow() local
601 window_state->drag_details()->should_attach_to_shelf; in CanDockWindow()
602 if (IsPopupOrTransient(window) || should_attach_to_shelf) in CanDockWindow()