Home | History | Annotate | Download | only in tests

Lines Matching refs:url_str

166   std::string url_str = "javascript:(function(){w=window.open(); ";
167 url_str += "w.document.location=\"";
168 url_str += test_server.GetURL("").spec();
169 url_str += "\";})()";
170 GURL dont_fork_url(url_str);
183 url_str = "javascript:(function(){w=window.open(); ";
184 url_str += "document.location=\"";
185 url_str += test_server.GetURL("").spec();
186 url_str += "\";})()";
187 GURL dont_fork_url2(url_str);