/external/chromium_org/tools/perf/benchmarks/ |
session_restore.py | 15 test = session_restore.SessionRestore 23 test = session_restore.SessionRestore
|
/external/chromium/chrome/browser/sessions/ |
session_restore.h | 18 // SessionRestore handles restoring either the last or saved session. Session 21 class SessionRestore { 65 // The max number of non-selected tabs SessionRestore loads when restoring 70 SessionRestore(); 72 DISALLOW_COPY_AND_ASSIGN(SessionRestore);
|
session_restore.cc | 294 "SessionRestore.FirstTabPainted", 302 StringPrintf("SessionRestore.FirstTabPainted_%d", tab_count_); 383 "SessionRestore.AllTabsLoaded", 390 StringPrintf("SessionRestore.AllTabsLoaded_%d", tab_count_); 776 // SessionRestore ------------------------------------------------------------- 807 void SessionRestore::RestoreSession(Profile* profile, 817 void SessionRestore::RestoreForeignSessionWindows( 821 // Create a SessionRestore object to eventually restore the tabs. 829 void SessionRestore::RestoreForeignSessionTab(Profile* profile, 831 // Create a SessionRestore object to eventually restore the tabs [all...] |
session_service.cc | 477 !SessionRestore::IsRestoring() 494 SessionRestore::RestoreSession( [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_restore.h | 23 // SessionRestore handles restoring either the last or saved session. Session 26 class SessionRestore { 81 // The max number of non-selected tabs SessionRestore loads when restoring 86 SessionRestore(); 88 DISALLOW_COPY_AND_ASSIGN(SessionRestore);
|
session_restore_android.cc | 22 content::WebContents* SessionRestore::RestoreForeignSessionTab( 56 std::vector<Browser*> SessionRestore::RestoreForeignSessionWindows(
|
session_restore_browsertest.cc | 508 tab_content = SessionRestore::RestoreForeignSessionTab( 526 tab_content = SessionRestore::RestoreForeignSessionTab( 547 tab_content = SessionRestore::RestoreForeignSessionTab( 600 SessionRestore::RestoreForeignSessionWindows( [all...] |
session_restore.cc | 304 if (tabs_to_load_.empty() && !SessionRestore::IsRestoringSynchronously()) { 356 "SessionRestore.FirstTabPainted", 364 base::StringPrintf("SessionRestore.FirstTabPainted_%d", 463 "SessionRestore.AllTabsLoaded", 470 base::StringPrintf("SessionRestore.AllTabsLoaded_%d", tab_count_); 480 UMA_HISTOGRAM_COUNTS_100("SessionRestore.ParallelTabLoads", 742 "SessionRestore-End", false); 752 "SessionRestore.TimeToGotSessions", 759 "SessionRestore-GotSession", false); 778 "SessionRestore.TimeToProcessSessions" [all...] |
session_service.cc | 553 !SessionRestore::IsRestoring(profile()) 578 SessionRestore::RestoreSession( 581 browser ? 0 : SessionRestore::ALWAYS_CREATE_TABBED_BROWSER, [all...] |
/external/chromium_org/tools/perf/measurements/ |
session_restore.py | 10 class SessionRestore(startup.Startup): 19 super(SessionRestore, self).__init__() 24 super(SessionRestore, self).CustomizeBrowserOptions(options)
|
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate.cc | 83 behavior = SessionRestore::CLOBBER_CURRENT_TAB; 86 SessionRestore::RestoreSession(browser->profile(), browser,
|
startup_browser_creator_browsertest.cc | 727 while (SessionRestore::IsRestoring(profile1) || 728 SessionRestore::IsRestoring(profile2)) [all...] |
startup_browser_creator_impl.cc | 675 uint32 restore_behavior = SessionRestore::SYNCHRONOUS; 679 restore_behavior |= SessionRestore::ALWAYS_CREATE_TABBED_BROWSER; 688 ~SessionRestore::ALWAYS_CREATE_TABBED_BROWSER; 699 Browser* browser = SessionRestore::RestoreSession( [all...] |
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.cc | 175 SessionRestore::RestoreForeignSessionTab(web_ui_->GetProfile(), *tab); 190 SessionRestore::RestoreForeignSessionWindows(web_ui_->GetProfile(),
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_posix.cc | 125 if (SessionRestore::IsRestoringSynchronously()) { 136 if (!SessionRestore::IsRestoringSynchronously()) {
|
/external/chromium_org/chrome/browser/android/ |
recently_closed_tabs_bridge.cc | 115 SessionRestore::RestoreForeignSessionTab(web_contents,
|
foreign_session_helper.cc | 285 SessionRestore::RestoreForeignSessionTab(web_contents,
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
recently_closed_tabs_handler.cc | 93 SessionRestore::RestoreForeignSessionTab(web_ui()->GetWebContents(), 100 UMA_HISTOGRAM_ENUMERATION("NewTabPage.SessionRestore",
|
foreign_session_handler.cc | 89 SessionRestore::RestoreForeignSessionTab( 118 SessionRestore::RestoreForeignSessionWindows(
|
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
sessions_api.cc | 522 SessionRestore::RestoreForeignSessionTab(contents, *tab, 547 std::vector<Browser*> browsers = SessionRestore::RestoreForeignSessionWindows(
|
/external/chromium/chrome/browser/ui/ |
browser_init.cc | 353 SessionRestore::RestoreSession(profile_, NULL, true, false, 907 SessionRestore::RestoreSessionSynchronously(profile_, urls_to_open); [all...] |
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_sub_menu_model.cc | 298 SessionRestore::RestoreForeignSessionTab(
|