Home | History | Annotate | Download | only in apps

Lines Matching refs:replace_host

269     GURL::Replacements replace_host;
270 std::string host_str("localhost"); // Must stay in scope with replace_host.
271 replace_host.SetHostStr(host_str);
274 guest_url = guest_url.ReplaceComponents(replace_host);