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

  /external/chromium_org/chrome/browser/ui/startup/
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.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...]

Completed in 600 milliseconds