Home | History | Annotate | Download | only in extensions

Lines Matching refs:urls

75 // but because the api shipped with urls resolved relative to their extension
324 std::vector<GURL> urls;
337 // First, get all the URLs the client wants to open.
360 urls.push_back(url);
368 if (std::find(urls.begin(), urls.end(), browser_crash) != urls.end() ||
369 std::find(urls.begin(), urls.end(), renderer_crash) != urls.end()) {
492 for (std::vector<GURL>::iterator i = urls.begin(); i != urls.end(); ++i)
496 target_tab_strip->InsertTabContentsAt(urls.size(), contents,
498 } else if (urls.empty()) {
719 // We can't load extension URLs into incognito windows unless the extension
839 // JavaScript URLs can do the same kinds of things as cross-origin XHR, so