HomeSort by relevance Sort by last modified time
    Searched refs:urls_to_open (Results 1 - 13 of 13) sorted by null

  /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 338 const std::vector<GURL>& urls_to_open,
369 RecordLaunchModeHistogram(urls_to_open.empty() ?
372 ProcessLaunchURLs(process_startup, urls_to_open, desktop_type);
542 const std::vector<GURL>& urls_to_open,
562 if (process_startup && ProcessStartupURLs(urls_to_open, desktop_type)) {
580 service->RestoreIfNecessary(urls_to_open)) {
584 Browser* browser = ProcessSpecifiedURLs(urls_to_open, desktop_type);
594 std::vector<GURL> adjust_urls = urls_to_open;
614 const std::vector<GURL>& urls_to_open,
671 urls_to_open);
    [all...]
startup_browser_creator.cc 485 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local
488 std::max(1, static_cast<int>(urls_to_open.size()));
498 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local
501 std::max(static_cast<int>(urls_to_open.size()), 0);
511 std::vector<GURL> urls_to_open = GetURLsFromCommandLine( local
514 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);
228 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
session_restore.cc 501 const std::vector<GURL>& urls_to_open)
508 urls_to_open_(urls_to_open),
    [all...]
session_service.cc 211 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) {
212 return RestoreIfNecessary(urls_to_open, NULL);
550 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
567 urls_to_open);
    [all...]

Completed in 227 milliseconds