Home | History | Annotate | Download | only in tabs

Lines Matching refs:tab_closing

2541   Tab* tab_closing = tab_at(model_index);
2542 int delta = tab_closing->width() + tab_h_offset();
2546 if (tab_closing->data().mini && model_index + 1 < tab_count() &&
2561 tab_closing->set_closing(true);
2569 gfx::Rect tab_bounds = tab_closing->bounds();
2571 bounds_animator_.AnimateViewTo(tab_closing, tab_bounds);
2576 tab_closing,
2577 new RemoveTabDelegate(this, tab_closing),