Home | History | Annotate | Download | only in ssl

Lines Matching refs:TestServer

22   typedef net::TestServer::HTTPSOptions HTTPSOptions;
120 std::vector<net::TestServer::StringPair> replacement_text;
123 return net::TestServer::GetFilePathWithReplacements(
127 static bool GetTopFramePath(const net::TestServer& http_server,
128 const net::TestServer& good_https_server,
129 const net::TestServer& bad_https_server,
140 std::vector<net::TestServer::StringPair> replacement_text_frame_left;
148 if (!net::TestServer::GetFilePathWithReplacements(
155 std::vector<net::TestServer::StringPair> replacement_text_top_frame;
158 return net::TestServer::GetFilePathWithReplacements(
165 const net::TestServer& expired_https_server,
170 std::vector<net::TestServer::StringPair> replacement_text_for_unsafe_worker;
174 if (!net::TestServer::GetFilePathWithReplacements(
181 std::vector<net::TestServer::StringPair>
185 return net::TestServer::GetFilePathWithReplacements(
191 net::TestServer https_server_;
192 net::TestServer https_server_expired_;
193 net::TestServer https_server_mismatched_;