Searched refs:https_url (Results 1 – 5 of 5) sorted by relevance
374 GURL https_url = https_server.GetURL("files/prerender/prerender_page.html"); in IN_PROC_BROWSER_TEST_F() local375 PrerenderTestURL(CreateClientRedirect(https_url.spec()), in IN_PROC_BROWSER_TEST_F()407 GURL https_url = https_server.GetURL("files/prerender/prerender_page.html"); in IN_PROC_BROWSER_TEST_F() local408 std::string redirect_path = CreateClientRedirect(https_url.spec()); in IN_PROC_BROWSER_TEST_F()418 EXPECT_FALSE(UrlIsInPrerenderManager(https_url)); in IN_PROC_BROWSER_TEST_F()477 GURL https_url = https_server.GetURL("files/prerender/prerender_page.html"); in IN_PROC_BROWSER_TEST_F() local478 std::string redirect_path = CreateServerRedirect(https_url.spec()); in IN_PROC_BROWSER_TEST_F()488 EXPECT_FALSE(UrlIsInPrerenderManager(https_url)); in IN_PROC_BROWSER_TEST_F()
156 GURL https_url("https://testurl"); in TEST_F() local162 proxy_->CacheHasPermission(cache_, https_url)); in TEST_F()164 service_->GrantPermission(https_url); in TEST_F()166 proxy_->CacheHasPermission(cache_, https_url)); in TEST_F()174 proxy_->CacheHasPermission(cache_, https_url)); in TEST_F()
356 GURL https_url(test_server.GetURL("/")); in IN_PROC_BROWSER_TEST_F() local357 ASSERT_TRUE(https_url.SchemeIs(chrome::kHttpsScheme)); in IN_PROC_BROWSER_TEST_F()358 ui_test_utils::NavigateToURL(browser(), https_url); in IN_PROC_BROWSER_TEST_F()
1364 GURL https_url("https://www.google.com"); in TEST_F() local1382 EXPECT_TRUE(Allowed(extension, https_url)); in TEST_F()1396 EXPECT_TRUE(Allowed(extension, https_url)); in TEST_F()1426 EXPECT_TRUE(Allowed(extension, https_url)); in TEST_F()1436 EXPECT_TRUE(Blocked(extension, https_url)); in TEST_F()
851 GURL https_url = https_server_.GetURL("server-redirect?"); in IN_PROC_BROWSER_TEST_F() local855 GURL(https_url.spec() + http_url.spec())); in IN_PROC_BROWSER_TEST_F()