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

/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc324 const std::vector<GURL>& urls_to_open,
366 RecordLaunchModeHistogram(urls_to_open.empty() ?
369 ProcessLaunchURLs(process_startup, urls_to_open, desktop_type);
518 const std::vector<GURL>& urls_to_open,
538 if (process_startup && ProcessStartupURLs(urls_to_open, desktop_type)) {
557 service->RestoreIfNecessary(urls_to_open)) {
561 Browser* browser = ProcessSpecifiedURLs(urls_to_open, desktop_type);
571 std::vector<GURL> adjust_urls = urls_to_open;
588 const std::vector<GURL>& urls_to_open,
640 urls_to_open);
323 Launch(Profile* profile, const std::vector<GURL>& urls_to_open, bool process_startup, chrome::HostDesktopType desktop_type) argument
516 ProcessLaunchURLs( bool process_startup, const std::vector<GURL>& urls_to_open, chrome::HostDesktopType desktop_type) argument
587 ProcessStartupURLs( const std::vector<GURL>& urls_to_open, chrome::HostDesktopType desktop_type) argument
664 ProcessSpecifiedURLs( const std::vector<GURL>& urls_to_open, chrome::HostDesktopType desktop_type) argument
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.cc522 const std::vector<GURL>& urls_to_open)
529 urls_to_open_(urls_to_open),
1208 const std::vector<GURL>& urls_to_open) {
1227 urls_to_open);
516 SessionRestoreImpl(Profile* profile, Browser* browser, chrome::HostDesktopType host_desktop_type, bool synchronous, bool clobber_existing_tab, bool always_create_tabbed_browser, const std::vector<GURL>& urls_to_open) argument
1203 RestoreSession( Profile* profile, Browser* browser, chrome::HostDesktopType host_desktop_type, uint32 behavior, const std::vector<GURL>& urls_to_open) argument
H A Dsession_service.cc261 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) { argument
262 return RestoreIfNecessary(urls_to_open, NULL);
634 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open, argument
651 urls_to_open);

Completed in 513 milliseconds