Searched refs:replace_host (Results 1 – 4 of 4) sorted by relevance
39 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local41 replace_host.SetHostStr(app_host); in IN_PROC_BROWSER_TEST_F()42 GURL app_url(test_file_url.ReplaceComponents(replace_host)); in IN_PROC_BROWSER_TEST_F()44 replace_host.SetHostStr(nonapp_host); in IN_PROC_BROWSER_TEST_F()45 GURL non_app_url(test_file_url.ReplaceComponents(replace_host)); in IN_PROC_BROWSER_TEST_F()131 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local133 replace_host.SetHostStr(checkout_host); in IN_PROC_BROWSER_TEST_F()134 GURL checkout_url(test_file_url.ReplaceComponents(replace_host)); in IN_PROC_BROWSER_TEST_F()136 replace_host.SetHostStr(app_host); in IN_PROC_BROWSER_TEST_F()137 GURL app_url(test_file_url.ReplaceComponents(replace_host)); in IN_PROC_BROWSER_TEST_F()
57 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local59 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F()60 base_url = base_url.ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()118 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local120 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F()121 base_url = base_url.ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()
79 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local81 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F()82 base_url = base_url.ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()163 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local165 replace_host.SetHostStr(host_str); in IN_PROC_BROWSER_TEST_F()166 base_url = base_url.ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()
74 GURL::Replacements replace_host; in IN_PROC_BROWSER_TEST_F() local76 replace_host.SetHostStr(a_dot_com); in IN_PROC_BROWSER_TEST_F()83 .ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()86 .ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()