Home | History | Annotate | Download | only in sessions

Lines Matching full:tabs

33 // and tabs so that they can be restored at a later date. The state of the
202 // to restore, the tabs are added to it, otherwise a new browser is created.
260 // SessionWindow based on the actual tabs that were restored.
268 // Returns the tab with the specified id in tabs. If a tab does not exist,
271 IdToSessionTab* tabs);
283 // . Deletes and removes any windows with no tabs or windows with types other
287 // . Sorts the tabs in windows with valid tabs based on the tabs
293 // Adds tabs to their parent window based on the tab's window_id. This
294 // ignores tabs with no navigations.
295 void AddTabsToWindows(std::map<int, SessionTab*>* tabs,
298 // Creates tabs and windows from the specified commands. The created tabs
299 // and windows are added to |tabs| and |windows| respectively. It is up to
300 // the caller to delete the tabs and windows added to |tabs| and |windows|.
302 // This does NOT add any created SessionTabs to SessionWindow.tabs, that is
305 std::map<int, SessionTab*>* tabs,
322 // BuildCommandsForTab for each of the tabs in the browser. This ignores
323 // any tabs not in the profile we were created with.
365 // Returns true if changes to tabs in the specified window should be tracked.
423 // Set of tabs that have been closed by way of the last window or last tab