Home | History | Annotate | Download | only in browser

Lines Matching refs:tab

591   // To update JumpList when a tab is added or removed, we add this object to
617 // Added or removed a tab.
640 bool JumpList::AddTab(const TabRestoreService::Tab* tab,
643 // This code adds the URL and the title strings of the given tab to the
646 if (tab->navigations.empty() || list->size() >= max_items)
650 tab->navigations.at(tab->current_navigation_index);
727 // The last URL of the tab object.
741 if (entry->type == TabRestoreService::TAB) {
742 AddTab(static_cast<const TabRestoreService::Tab*>(entry),