Searched defs:server_hostname (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream_factory.cc21 const string& server_hostname,
24 last_stream_ = new MockCryptoClientStream(server_hostname, session,
20 CreateQuicCryptoClientStream( const string& server_hostname, QuicSession* session, QuicCryptoClientConfig* crypto_config) argument
H A Dmock_crypto_client_stream.cc11 const string& server_hostname,
15 : QuicCryptoClientStream(server_hostname, session, crypto_config),
10 MockCryptoClientStream( const string& server_hostname, QuicSession* session, QuicCryptoClientConfig* crypto_config, HandshakeMode handshake_mode) argument
/external/chromium_org/net/tools/quic/
H A Dquic_client_session.cc17 const string& server_hostname,
22 crypto_stream_(server_hostname, this, crypto_config) {
16 QuicClientSession( const string& server_hostname, const QuicConfig& config, QuicConnection* connection, QuicCryptoClientConfig* crypto_config) argument
H A Dquic_client.cc34 const string& server_hostname,
38 server_hostname_(server_hostname),
51 const string& server_hostname,
55 server_hostname_(server_hostname),
33 QuicClient(IPEndPoint server_address, const string& server_hostname, const QuicVersionVector& supported_versions, bool print_response) argument
50 QuicClient(IPEndPoint server_address, const string& server_hostname, const QuicConfig& config, const QuicVersionVector& supported_versions) argument
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc68 const string& server_hostname,
75 server_hostname_(server_hostname),
67 QuicCryptoClientStream( const string& server_hostname, QuicSession* session, QuicCryptoClientConfig* crypto_config) argument
H A Dquic_client_session.cc89 const string& server_hostname,
108 server_hostname, this, crypto_config) :
109 new QuicCryptoClientStream(server_hostname, this, crypto_config));
115 NetLog::StringCallback("host", &server_hostname));
83 QuicClientSession( QuicConnection* connection, scoped_ptr<DatagramClientSocket> socket, scoped_ptr<QuicDefaultPacketWriter> writer, QuicStreamFactory* stream_factory, QuicCryptoClientStreamFactory* crypto_client_stream_factory, const string& server_hostname, const QuicConfig& config, QuicCryptoClientConfig* crypto_config, NetLog* net_log) argument
H A Dquic_stream_factory.cc563 const string server_hostname = host_port_proxy_pair.first.host(); local
567 if (EndsWith(server_hostname, cannoncial_suffixes_[i], false)) {
591 // as the initial CachedState for the server_hostname in crypto_config.
592 crypto_config->InitializeFrom(server_hostname,
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc103 const string& server_hostname,
105 : Super(server_address, server_hostname, supported_versions, false),
110 const string& server_hostname,
113 : Super(server_address, server_hostname, config, supported_versions),
102 QuicEpollClient(IPEndPoint server_address, const string& server_hostname, const QuicVersionVector& supported_versions) argument
109 QuicEpollClient(IPEndPoint server_address, const string& server_hostname, const QuicConfig& config, const QuicVersionVector& supported_versions) argument
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.cc225 const string& server_hostname) {
227 cached_states_.find(server_hostname);
233 cached_states_.insert(make_pair(server_hostname, cached));
238 const string& server_hostname,
248 if (CryptoUtils::IsValidSNI(server_hostname)) {
249 out->SetStringPiece(kSNI, server_hostname);
296 const string& server_hostname,
307 FillInchoateClientHello(server_hostname, preferred_version, cached,
426 if (!channel_id_signer_->Sign(server_hostname, hkdf_input,
638 const std::string& server_hostname,
224 LookupOrCreate( const string& server_hostname) argument
237 FillInchoateClientHello( const string& server_hostname, const QuicVersion preferred_version, const CachedState* cached, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out) const argument
295 FillClientHello( const string& server_hostname, QuicGuid guid, const QuicVersion preferred_version, const CachedState* cached, QuicWallTime now, QuicRandom* rand, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out, string* error_details) const argument
637 InitializeFrom( const std::string& server_hostname, const std::string& canonical_server_hostname, QuicCryptoClientConfig* canonical_crypto_config) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc709 std::string provider_type, server_hostname, username, group_name; local
717 shill::kHostProperty, &server_hostname);
750 if (server_textfield_ && !server_hostname.empty())
751 server_textfield_->SetText(UTF8ToUTF16(server_hostname));
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h439 const std::string& server_hostname() const { return server_hostname_; } function in class:chromeos::VirtualNetwork
468 void set_server_hostname(const std::string& server_hostname) { argument
469 server_hostname_ = server_hostname;
1122 const std::string& server_hostname,
H A Dnetwork_library.cc2809 connect_data_.server_hostname = server;
2848 vpn->set_server_hostname(data.server_hostname);
4327 std::string server_hostname; member in struct:chromeos::NetworkLibraryImpl::ConnectData
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc1375 std::string service_path, server_hostname; local
1378 !args->GetString(1, &server_hostname)) {
1383 base::Value::CreateStringValue(server_hostname));

Completed in 357 milliseconds