Home | History | Annotate | Download | only in launcher

Lines Matching refs:source_index

1668       int source_index = model_->ItemIndexByID(id);
1669 if (source_index != target_index)
1670 model_->Move(source_index, target_index);