Home | History | Annotate | Download | only in tabs

Lines Matching refs:removed

355     // If the last non-mini-tab is being removed we force a layout on
357 // changes once the tab is actually removed (which happens at the end of
360 // We do the same when the last mini-tab is being removed for the same
370 // Returns the index of the tab being removed.
379 // The tab(s) being removed are gradually shrunken depending on the state
386 // Removed animated Tabs are never selected.
903 // we'll be pointing to tabs that have been deleted and removed from the
1001 // removed, so we need to reset this property.
1404 TabGtk* removed = tab_data_.at(index).tab;
1409 if (!removed->dragging()) {
1410 gtk_container_remove(GTK_CONTAINER(tabstrip_.get()), removed->widget());
1411 delete removed;
2086 // removed after its WebContents has been destroyed.