Home | History | Annotate | Download | only in task_manager

Lines Matching refs:replace_host

517   GURL::Replacements replace_host;
518 std::string host_str("localhost"); // must stay in scope with replace_host
519 replace_host.SetHostStr(host_str);
522 base_url = base_url.ReplaceComponents(replace_host);
582 GURL::Replacements replace_host;
583 std::string host_str("localhost"); // must stay in scope with replace_host
584 replace_host.SetHostStr(host_str);
587 base_url = base_url.ReplaceComponents(replace_host);
618 GURL::Replacements replace_host;
619 std::string host_str("localhost"); // must stay in scope with replace_host
620 replace_host.SetHostStr(host_str);
623 base_url = base_url.ReplaceComponents(replace_host);