Home | History | Annotate | Download | only in tabs

Lines Matching refs:to_index

708     int to_index = GetInsertionIndexForDraggedBounds(
728 to_index = std::min(to_index, attach_index_);
730 to_index = std::max(to_index, attach_index_);
731 if (to_index != attach_index_)
749 attached_model->MoveSelectedTabsTo(to_index);