Home
last modified time | relevance | path

Searched refs:SessionRestore (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sessions/
H A Dsession_restore_observer_unittest.cc35 MockSessionRestoreObserver() { SessionRestore::AddObserver(this); } in MockSessionRestoreObserver()
37 ~MockSessionRestoreObserver() { SessionRestore::RemoveObserver(this); } in ~MockSessionRestoreObserver()
150 SessionRestore::NotifySessionRestoreStartedLoadingTabs(); in TEST_F()
151 SessionRestore::OnWillRestoreTab(web_contents()); in TEST_F()
180 SessionRestore::NotifySessionRestoreStartedLoadingTabs(); in TEST_F()
181 SessionRestore::OnWillRestoreTab(test_contents); in TEST_F()
205 SessionRestore::NotifySessionRestoreStartedLoadingTabs(); in TEST_F()
206 SessionRestore::OnWillRestoreTab(web_contents()); in TEST_F()
207 SessionRestore::OnWillRestoreTab(test_contents.get()); in TEST_F()
238 SessionRestore::NotifySessionRestoreStartedLoadingTabs(); in TEST_F()
[all …]
H A Dsession_restore.cc758 Browser* SessionRestore::RestoreSession( in RestoreSession()
760 SessionRestore::BehaviorBitmask behavior, in RestoreSession()
780 SessionRestore::on_session_restored_callbacks()); in RestoreSession()
786 SessionRestore::BehaviorBitmask behavior = in RestoreSessionAfterCrash()
816 WebContents* SessionRestore::RestoreForeignSessionTab( in RestoreForeignSessionTab()
841 bool SessionRestore::IsRestoringSynchronously() { in IsRestoringSynchronously()
853 SessionRestore::CallbackSubscription
854 SessionRestore::RegisterOnSessionRestoredCallback( in RegisterOnSessionRestoredCallback()
870 void SessionRestore::OnTabLoaderFinishedLoadingTabs() { in OnTabLoaderFinishedLoadingTabs()
901 SessionRestore::observers_ = nullptr;
[all …]
H A Dsession_restore.h33 class SessionRestore {
133 SessionRestore();
165 DISALLOW_COPY_AND_ASSIGN(SessionRestore);
H A Dsession_restore_android.cc23 content::WebContents* SessionRestore::RestoreForeignSessionTab( in RestoreForeignSessionTab()
56 std::vector<Browser*> SessionRestore::RestoreForeignSessionWindows( in RestoreForeignSessionWindows()
H A Dsession_restore_test_helper.h43 SessionRestore::CallbackSubscription callback_subscription_;
H A Dsession_restore_test_helper.cc13 callback_subscription_ = SessionRestore::RegisterOnSessionRestoredCallback( in SessionRestoreTestHelper()
H A Dsession_restore_observer_browsertest.cc70 MockSessionRestoreObserver() { SessionRestore::AddObserver(this); } in MockSessionRestoreObserver()
71 ~MockSessionRestoreObserver() { SessionRestore::RemoveObserver(this); } in ~MockSessionRestoreObserver()
H A Dsession_restore_browsertest.cc788 tab_content = SessionRestore::RestoreForeignSessionTab( in IN_PROC_BROWSER_TEST_F()
807 tab_content = SessionRestore::RestoreForeignSessionTab( in IN_PROC_BROWSER_TEST_F()
827 tab_content = SessionRestore::RestoreForeignSessionTab( in IN_PROC_BROWSER_TEST_F()
882 std::vector<Browser*> browsers = SessionRestore::RestoreForeignSessionWindows( in IN_PROC_BROWSER_TEST_F()
1138 SessionRestore::OpenStartupPagesAfterCrash(browser()); in IN_PROC_BROWSER_TEST_F()
1156 SessionRestore::OpenStartupPagesAfterCrash(browser()); in IN_PROC_BROWSER_TEST_F()
1657 SessionRestore::RestoreSession( in IN_PROC_BROWSER_TEST_F()
1659 SessionRestore::CLOBBER_CURRENT_TAB | SessionRestore::SYNCHRONOUS, in IN_PROC_BROWSER_TEST_F()
1758 SessionRestore::RestoreSession( in IN_PROC_BROWSER_TEST_F()
1760 SessionRestore::CLOBBER_CURRENT_TAB | SessionRestore::SYNCHRONOUS, in IN_PROC_BROWSER_TEST_F()
H A Dsession_service.cc126 !SessionRestore::IsRestoring(profile()) in ShouldNewWindowStartSession()
631 SessionRestore::RestoreSession( in RestoreIfNecessary()
633 browser ? 0 : SessionRestore::ALWAYS_CREATE_TABBED_BROWSER, in RestoreIfNecessary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_browser_main_posix.cc60 SessionRestore::CallbackSubscription
69 if (SessionRestore::IsRestoringSynchronously()) { in ExitWhenPossibleOnUIThread()
104 SessionRestore::RegisterOnSessionRestoredCallback(base::BindRepeating( in ExitHandler()
112 if (!SessionRestore::IsRestoringSynchronously()) { in OnSessionRestoreDone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/instance_throttle/
H A Darc_boot_phase_throttle_observer.cc33 SessionRestore::AddObserver(this); in StartObserving()
37 SessionRestore::RemoveObserver(this); in StopObserving()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc479 SessionRestore::BehaviorBitmask restore_options = 0; in DetermineURLsAndLaunch()
610 SessionRestore::BehaviorBitmask restore_options, in RestoreOrCreateBrowser()
615 browser = SessionRestore::RestoreSession(profile_, nullptr, restore_options, in RestoreOrCreateBrowser()
751 SessionRestore::BehaviorBitmask
756 SessionRestore::BehaviorBitmask options = SessionRestore::SYNCHRONOUS; in DetermineSynchronousRestoreOptions()
762 options |= SessionRestore::ALWAYS_CREATE_TABBED_BROWSER; in DetermineSynchronousRestoreOptions()
H A Dstartup_browser_creator_impl.h179 SessionRestore::BehaviorBitmask restore_options, bool process_startup,
194 static SessionRestore::BehaviorBitmask DetermineSynchronousRestoreOptions(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dstate_store_notification_observer.h34 SessionRestore::CallbackSubscription
H A Dstate_store_notification_observer.cc18 SessionRestore::RegisterOnSessionRestoredCallback( in StateStoreNotificationObserver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.cc106 SessionRestore::OpenStartupPagesAfterCrash(browser); in OpenStartupPages()
122 SessionRestore::RestoreSessionAfterCrash(browser); in RestorePreviousSession()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/metrics/perf/
H A Dprofile_provider_chromeos.h75 SessionRestore::CallbackSubscription
H A Dprofile_provider_chromeos.cc87 SessionRestore::RegisterOnSessionRestoredCallback(base::BindRepeating( in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/
H A Dtab_manager_stats_collector.cc107 SessionRestore::AddObserver(this); in TabManagerStatsCollector()
111 SessionRestore::RemoveObserver(this); in ~TabManagerStatsCollector()
H A Dtab_manager.cc117 SessionRestore::AddObserver(this); in TabManagerSessionRestoreObserver()
120 ~TabManagerSessionRestoreObserver() { SessionRestore::RemoveObserver(this); } in ~TabManagerSessionRestoreObserver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/history/
H A Dforeign_session_handler.cc170 SessionRestore::RestoreForeignSessionTab(web_ui->GetWebContents(), *tab, in OpenForeignSessionTab()
198 SessionRestore::RestoreForeignSessionWindows(Profile::FromWebUI(web_ui), in OpenForeignSessionWindows()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/history/
H A Dforeign_session_handler.cc172 SessionRestore::RestoreForeignSessionTab(web_ui->GetWebContents(), *tab, in OpenForeignSessionTab()
200 SessionRestore::RestoreForeignSessionWindows(Profile::FromWebUI(web_ui), in OpenForeignSessionWindows()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Drecently_closed_tabs_bridge.cc122 SessionRestore::RestoreForeignSessionTab(web_contents, in OpenRecentlyClosedTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser_tabrestore.cc80 SessionRestore::OnWillRestoreTab(web_contents.get()); in CreateRestoredTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/page_load_metrics/observers/
H A Dsession_restore_page_load_metrics_observer_unittest.cc121 SessionRestore::OnWillRestoreTab(contents); in RestoreTab()

123