Home | History | Annotate | Download | only in extensions

Lines Matching refs:replace_host

147   GURL::Replacements replace_host;
148 std::string host_str("localhost"); // Must stay in scope with replace_host.
149 replace_host.SetHostStr(host_str);
150 base_url = base_url.ReplaceComponents(replace_host);
223 GURL::Replacements replace_host;
224 std::string host_str("localhost"); // Must stay in scope with replace_host.
225 replace_host.SetHostStr(host_str);
226 base_url = base_url.ReplaceComponents(replace_host);
319 GURL::Replacements replace_host;
320 std::string host_str("localhost"); // Must stay in scope with replace_host.
321 replace_host.SetHostStr(host_str);
322 base_url = base_url.ReplaceComponents(replace_host);
405 GURL::Replacements replace_host;
406 std::string host_str("localhost"); // Must stay in scope with replace_host.
407 replace_host.SetHostStr(host_str);
408 root_url = root_url.ReplaceComponents(replace_host);
409 base_url = base_url.ReplaceComponents(replace_host);
479 GURL::Replacements replace_host;
480 std::string host_str("localhost"); // Must stay in scope with replace_host.
481 replace_host.SetHostStr(host_str);
482 base_url = base_url.ReplaceComponents(replace_host);
540 GURL::Replacements replace_host;
541 std::string host_str("localhost"); // Must stay in scope with replace_host.
542 replace_host.SetHostStr(host_str);
543 base_url = base_url.ReplaceComponents(replace_host);