Searched refs:https_test_server (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/chrome/browser/ui/search/ |
| D | local_ntp_browsertest.cc | 25 ASSERT_TRUE(https_test_server().Start()); in SetUpInProcessBrowserTestFixture() 26 GURL instant_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture() 28 GURL ntp_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture()
|
| D | instant_extended_interactive_uitest.cc | 148 ASSERT_TRUE(https_test_server().Start()); in SetUpInProcessBrowserTestFixture() 149 GURL instant_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture() 151 GURL ntp_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture() 263 ASSERT_TRUE(https_test_server().Start()); in SetUpInProcessBrowserTestFixture() 264 GURL instant_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture() 266 GURL ntp_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture() 321 ASSERT_TRUE(https_test_server().Start()); in SetUpInProcessBrowserTestFixture() 322 GURL instant_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture() 324 GURL ntp_url = https_test_server().GetURL( in SetUpInProcessBrowserTestFixture()
|
| D | instant_test_utils.h | 67 net::SpawnedTestServer& https_test_server() { return https_test_server_; } in https_test_server() function
|
| /external/chromium_org/chrome/browser/ui/ |
| D | browser_browsertest.cc | 661 net::SpawnedTestServer https_test_server(net::SpawnedTestServer::TYPE_HTTPS, in IN_PROC_BROWSER_TEST_F() local 664 ASSERT_TRUE(https_test_server.Start()); in IN_PROC_BROWSER_TEST_F() 681 GURL dest_url(https_test_server.GetURL("files/title2.html")); in IN_PROC_BROWSER_TEST_F() 712 net::SpawnedTestServer https_test_server(net::SpawnedTestServer::TYPE_HTTPS, in IN_PROC_BROWSER_TEST_F() local 715 ASSERT_TRUE(https_test_server.Start()); in IN_PROC_BROWSER_TEST_F() 732 GURL https_url(https_test_server.GetURL("files/title1.html")); in IN_PROC_BROWSER_TEST_F() 928 net::SpawnedTestServer https_test_server(net::SpawnedTestServer::TYPE_HTTPS, in IN_PROC_BROWSER_TEST_F() local 931 ASSERT_TRUE(https_test_server.Start()); in IN_PROC_BROWSER_TEST_F() 933 GURL https_url(https_test_server.GetURL(std::string())); in IN_PROC_BROWSER_TEST_F() 1017 net::SpawnedTestServer https_test_server(net::SpawnedTestServer::TYPE_HTTPS, in IN_PROC_BROWSER_TEST_F() local [all …]
|
| /external/chromium_org/chrome/browser/password_manager/ |
| D | password_manager_browsertest.cc | 1186 net::SpawnedTestServer https_test_server( in IN_PROC_BROWSER_TEST_F() local 1191 ASSERT_TRUE(https_test_server.Start()); in IN_PROC_BROWSER_TEST_F() 1198 GURL https_url(https_test_server.GetURL(path)); in IN_PROC_BROWSER_TEST_F()
|
| /external/chromium_org/net/url_request/ |
| D | url_request_unittest.cc | 3759 SpawnedTestServer https_test_server( in TEST_F() local 3762 ASSERT_TRUE(https_test_server.Start()); in TEST_F() 3770 https_test_server.GetURL("server-redirect?" + http_destination.spec()), in TEST_F() 4979 SpawnedTestServer https_test_server( in TEST_F() local 4983 ASSERT_TRUE(https_test_server.Start()); in TEST_F() 4987 https_test_server.GetURL("files/hsts-headers.html"), DEFAULT_PRIORITY, &d, in TEST_F() 5021 SpawnedTestServer https_test_server( in TEST_F() local 5025 ASSERT_TRUE(https_test_server.Start()); in TEST_F() 5029 https_test_server.GetURL("files/hpkp-headers.html"), DEFAULT_PRIORITY, &d, in TEST_F() 5049 SpawnedTestServer https_test_server( in TEST_F() local [all …]
|