Searched refs:should_attach_to_shelf (Results 1 – 4 of 4) sorted by relevance
86 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()
66 bool should_attach_to_shelf; member
62 should_attach_to_shelf(window->type() == ui::wm::WINDOW_TYPE_PANEL && in DragDetails()
600 bool should_attach_to_shelf = window_state->drag_details() && in CanDockWindow() local601 window_state->drag_details()->should_attach_to_shelf; in CanDockWindow()602 if (IsPopupOrTransient(window) || should_attach_to_shelf) in CanDockWindow()