Home
last modified time | relevance | path

Searched refs:https_test_server (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dlocal_ntp_browsertest.cc25 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()
Dinstant_extended_interactive_uitest.cc148 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()
Dinstant_test_utils.h67 net::SpawnedTestServer& https_test_server() { return https_test_server_; } in https_test_server() function
/external/chromium_org/chrome/browser/ui/
Dbrowser_browsertest.cc661 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/
Dpassword_manager_browsertest.cc1186 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/
Durl_request_unittest.cc3759 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 …]