Lines Matching full:restore
50 // TabLoader is responsible for loading tabs after session restore creates
139 // The time the restore process started.
424 Browser* Restore() {
449 // Restore window(s) from a foreign session.
462 // Restore and show the browser.
476 // Restore a single tab from a foreign session.
477 // Note: we currently restore the tab to the last active browser.
567 // Restore was unsuccessful.
613 // that was opened when the user clicked to restore the session.
739 // The first browser to restore to, may be null.
742 // Whether or not restore is synchronous.
748 // If true and there is an error or there are no windows to restore, we
770 // The time we started the restore.
778 static Browser* Restore(Profile* profile,
789 // Always restore from the original profile (incognito profiles have no
803 return restorer->Restore();
812 Restore(profile, browser, false, clobber_existing_window,
821 // Create a SessionRestore object to eventually restore the tabs.
831 // Create a SessionRestore object to eventually restore the tabs.
842 return Restore(profile, NULL, true, false, true, urls_to_open);