Searched defs:urls_to_open (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dsession_restore.cc414 const std::vector<GURL>& urls_to_open)
420 urls_to_open_(urls_to_open),
783 const std::vector<GURL>& urls_to_open) {
802 always_create_tabbed_browser, urls_to_open);
811 const std::vector<GURL>& urls_to_open) {
813 always_create_tabbed_browser, urls_to_open);
841 const std::vector<GURL>& urls_to_open) {
842 return Restore(profile, NULL, true, false, true, urls_to_open);
409 SessionRestoreImpl(Profile* profile, Browser* browser, bool synchronous, bool clobber_existing_window, bool always_create_tabbed_browser, const std::vector<GURL>& urls_to_open) argument
778 Restore(Profile* profile, Browser* browser, bool synchronous, bool clobber_existing_window, bool always_create_tabbed_browser, const std::vector<GURL>& urls_to_open) argument
807 RestoreSession(Profile* profile, Browser* browser, bool clobber_existing_window, bool always_create_tabbed_browser, const std::vector<GURL>& urls_to_open) argument
839 RestoreSessionSynchronously( Profile* profile, const std::vector<GURL>& urls_to_open) argument
H A Dsession_service.cc156 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) { argument
157 return RestoreIfNecessary(urls_to_open, NULL);
474 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open, argument
495 profile(), browser, false, browser ? false : true, urls_to_open);
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc644 const std::vector<GURL>& urls_to_open,
694 RecordLaunchModeHistogram(urls_to_open.empty()?
696 ProcessLaunchURLs(process_startup, urls_to_open);
850 const std::vector<GURL>& urls_to_open) {
856 if (process_startup && ProcessStartupURLs(urls_to_open)) {
863 profile_->GetSessionService()->RestoreIfNecessary(urls_to_open))) {
873 std::vector<GURL> adjust_urls = urls_to_open;
885 const std::vector<GURL>& urls_to_open) {
907 SessionRestore::RestoreSessionSynchronously(profile_, urls_to_open);
914 RecordAppLaunches(profile_, urls_to_open, tab
642 Launch( Profile* profile, const std::vector<GURL>& urls_to_open, bool process_startup) argument
848 ProcessLaunchURLs( bool process_startup, const std::vector<GURL>& urls_to_open) argument
884 ProcessStartupURLs( const std::vector<GURL>& urls_to_open) argument
1330 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local
1350 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local
[all...]

Completed in 70 milliseconds