HomeSort by relevance Sort by last modified time
    Searched refs:server_hostname (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/net/quic/test_tools/
mock_crypto_client_stream_factory.cc 20 const string& server_hostname,
23 return new MockCryptoClientStream(server_hostname, session, crypto_config,
mock_crypto_client_stream.h 36 const string& server_hostname,
mock_crypto_client_stream_factory.h 24 const string& server_hostname,
mock_crypto_client_stream.cc 11 const string& server_hostname,
15 : QuicCryptoClientStream(server_hostname, session, crypto_config),
  /external/chromium_org/net/quic/
quic_crypto_client_stream_factory.h 24 const string& server_hostname,
quic_crypto_client_stream.h 29 QuicCryptoClientStream(const string& server_hostname,
quic_client_session.cc 87 const string& server_hostname,
103 server_hostname, this, crypto_config) :
104 new QuicCryptoClientStream(server_hostname, this, crypto_config));
110 NetLog::StringCallback("host", &server_hostname));
quic_client_session.h 80 const std::string& server_hostname,
quic_crypto_client_stream.cc 68 const string& server_hostname,
75 server_hostname_(server_hostname),
  /external/chromium_org/net/tools/quic/
quic_client_session.cc 18 const string& server_hostname,
23 crypto_stream_(server_hostname, this, crypto_config) {
quic_client_session.h 28 QuicClientSession(const std::string& server_hostname,
quic_client.h 39 QuicClient(IPEndPoint server_address, const std::string& server_hostname,
42 const std::string& server_hostname,
quic_client.cc 34 const string& server_hostname,
37 server_hostname_(server_hostname),
48 const string& server_hostname,
52 server_hostname_(server_hostname),
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 39 QuicTestClient(IPEndPoint server_address, const string& server_hostname,
42 const string& server_hostname,
46 const string& server_hostname,
quic_test_client.cc 99 const string& server_hostname,
101 : Super(server_address, server_hostname, version) {
105 const string& server_hostname,
108 : Super(server_address, server_hostname, config, version) {
  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 321 CachedState* LookupOrCreate(const std::string& server_hostname);
328 void FillInchoateClientHello(const std::string& server_hostname,
335 // |server_hostname| in order to perform a handshake. This can be checked
341 QuicErrorCode FillClientHello(const std::string& server_hostname,
crypto_handshake.cc 538 const string& server_hostname) {
540 cached_states_.find(server_hostname);
546 cached_states_.insert(make_pair(server_hostname, cached));
551 const string& server_hostname,
560 if (CryptoUtils::IsValidSNI(server_hostname)) {
561 out->SetStringPiece(kSNI, server_hostname);
613 const string& server_hostname,
623 FillInchoateClientHello(server_hostname, cached, out_params, out);
741 if (!channel_id_signer_->Sign(server_hostname, hkdf_input,
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.h 36 const std::string& server_hostname,
network_library_impl_base.h 38 const std::string& server_hostname,
193 const std::string& server_hostname,
244 std::string server_hostname; member in struct:chromeos::NetworkLibraryImplBase::ConnectData
network_library_impl_base.cc 761 const std::string& server_hostname,
766 connect_data_.server_hostname = server_hostname;
776 service_name, server_hostname, provider_type);
788 // const std::string& server_hostname,
849 if (!data.server_hostname.empty())
850 vpn->set_server_hostname(data.server_hostname);
    [all...]
network_library_impl_cros.h 40 const std::string& server_hostname,
network_library.h 608 const std::string& server_hostname() const { return server_hostname_; } function in class:chromeos::VirtualNetwork
648 void SetServerHostname(const std::string& server_hostname);
666 void set_server_hostname(const std::string& server_hostname) {
667 server_hostname_ = server_hostname;
    [all...]
  /external/chromium_org/chromeos/network/
cros_network_functions.h 169 const std::string& server_hostname,
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 439 const std::string& server_hostname() const { return server_hostname_; } function in class:chromeos::VirtualNetwork
468 void set_server_hostname(const std::string& server_hostname) {
469 server_hostname_ = server_hostname;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 702 std::string provider_type, server_hostname, username, group_name; local
710 flimflam::kHostProperty, &server_hostname);
743 if (server_textfield_ && !server_hostname.empty())
744 server_textfield_->SetText(UTF8ToUTF16(server_hostname));
    [all...]

Completed in 1538 milliseconds

1 2