Home | History | Annotate | Download | only in tabs

Lines Matching refs:drag_data

405                                            TabDragData* drag_data) {
406 drag_data->source_model_index =
408 drag_data->contents = GetModel(source_tabstrip_)->GetTabContentsAt(
409 drag_data->source_model_index);
410 drag_data->pinned = source_tabstrip_->IsTabPinned(tab);
413 Source<TabContents>(drag_data->contents->tab_contents()));
418 drag_data->original_delegate =
419 drag_data->contents->tab_contents()->delegate();
420 drag_data->contents->tab_contents()->set_delegate(this);