Home | History | Annotate | Download | only in tabs

Lines Matching refs:urls

352     std::vector<GURL>* urls,
377 // Remove all URLs that are not allowed in an incognito session. Note that a
381 for (size_t i = 0; i < urls->size();) {
382 if (chrome::IsURLAllowedInIncognito((*urls)[i], profile())) {
386 first_url_erased = (*urls)[i].spec();
387 urls->erase(urls->begin() + i);
390 if (urls->empty() && !first_url_erased.empty()) {
402 std::vector<GURL> urls;
416 // First, get all the URLs the client wants to open.
446 urls.push_back(url);
480 bool open_incognito_window = ShouldOpenIncognitoWindow(args, &urls,
581 if (urls.empty())
582 urls.push_back(GURL(chrome::kChromeUINewTabURL));
594 shell_window->Init(urls[0], ash_panel_contents, create_params);
604 title, window_profile, urls[0], window_bounds, panel_create_mode);
641 for (std::vector<GURL>::iterator i = urls.begin(); i != urls.end(); ++i) {
652 if ((window_type == Browser::TYPE_POPUP && urls.empty()) ||
658 target_tab_strip->InsertWebContentsAt(urls.size(), contents,
664 if (!contents && urls.empty() && window_type != Browser::TYPE_POPUP) {
918 // not grant access to the content of the tabs, only to seeing their URLs and
1094 // We can't load extension URLs into incognito windows unless the extension
1401 // JavaScript URLs can do the same kinds of things as cross-origin XHR, so