/external/chromium/chrome/browser/sessions/ |
session_restore.h | 32 // If urls_to_open is non-empty, a tab is added for each of the URLs. 37 const std::vector<GURL>& urls_to_open); 54 // If urls_to_open is non-empty, a tab is added for each of the URLs. 60 const std::vector<GURL>& urls_to_open);
|
session_restore.cc | 414 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);
|
session_service.h | 64 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open); 203 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
|
session_service.cc | 156 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) { 157 return RestoreIfNecessary(urls_to_open, NULL); 474 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open, 495 profile(), browser, false, browser ? false : true, urls_to_open); [all...] |
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.h | 61 const std::vector<GURL>& urls_to_open, 112 const std::vector<GURL>& urls_to_open, 122 bool ProcessStartupURLs(const std::vector<GURL>& urls_to_open, 130 // . If urls_to_open is non-empty, they are opened. 136 Browser* ProcessSpecifiedURLs(const std::vector<GURL>& urls_to_open,
|
startup_browser_creator_impl.cc | 351 const std::vector<GURL>& urls_to_open, 398 RecordLaunchModeHistogram(urls_to_open.empty() ? 401 ProcessLaunchURLs(process_startup, urls_to_open, desktop_type); 571 const std::vector<GURL>& urls_to_open, 591 if (process_startup && ProcessStartupURLs(urls_to_open, desktop_type)) { 610 service->RestoreIfNecessary(urls_to_open)) { 614 Browser* browser = ProcessSpecifiedURLs(urls_to_open, desktop_type); 624 std::vector<GURL> adjust_urls = urls_to_open; 644 const std::vector<GURL>& urls_to_open, 701 urls_to_open); [all...] |
startup_browser_creator.cc | 505 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local 508 std::max(1, static_cast<int>(urls_to_open.size())); 518 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local 521 std::max(static_cast<int>(urls_to_open.size()), 0); 531 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local 534 std::max(static_cast<int>(urls_to_open.size()), 0);
|
/external/chromium/chrome/browser/ui/ |
browser_init.h | 111 const std::vector<GURL>& urls_to_open, 153 const std::vector<GURL>& urls_to_open); 160 // . If urls_to_open is non-empty, they are opened and true is returned. 166 bool ProcessStartupURLs(const std::vector<GURL>& urls_to_open);
|
browser_init.cc | 644 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, tabs) 1330 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local 1350 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_restore.h | 48 // If |urls_to_open| is non-empty, a tab is added for each of the URLs. 53 const std::vector<GURL>& urls_to_open);
|
session_service.h | 87 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open); 231 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
|
session_restore.cc | 498 const std::vector<GURL>& urls_to_open) 505 urls_to_open_(urls_to_open), [all...] |
session_service.cc | 215 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) { 216 return RestoreIfNecessary(urls_to_open, NULL); 565 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open, 582 urls_to_open); [all...] |