Home | History | Annotate | Download | only in tabs

Lines Matching refs:tab_closing

962   BaseTab* tab_closing = base_tab_at_tab_index(tab_data_index);
963 int delta = tab_closing->width() + kTabHOffset;
964 if (tab_closing->data().mini && model_index + 1 < GetModelCount() &&
983 tab_closing->set_closing(true);
987 gfx::Rect tab_bounds = tab_closing->bounds();
992 bounds_animator().AnimateViewTo(tab_closing, tab_bounds);
996 bounds_animator().SetAnimationDelegate(tab_closing,
997 CreateRemoveTabDelegate(tab_closing),