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

  /external/chromium_org/net/quic/test_tools/
mock_crypto_client_stream_factory.cc 21 const string& server_hostname,
24 last_stream_ = new MockCryptoClientStream(server_hostname, session,
mock_crypto_client_stream_factory.h 23 const string& server_hostname,
mock_crypto_client_stream.h 37 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 89 const string& server_hostname,
108 server_hostname, this, crypto_config) :
109 new QuicCryptoClientStream(server_hostname, this, crypto_config));
115 NetLog::StringCallback("host", &server_hostname));
quic_client_session.h 91 const std::string& server_hostname,
quic_crypto_client_stream.cc 68 const string& server_hostname,
75 server_hostname_(server_hostname),
quic_stream_factory.cc 563 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/
quic_client_session.cc 17 const string& server_hostname,
22 crypto_stream_(server_hostname, this, crypto_config) {
quic_client_session.h 26 QuicClientSession(const std::string& server_hostname,
quic_client.h 40 const string& server_hostname,
44 const std::string& server_hostname,
quic_client.cc 34 const string& server_hostname,
38 server_hostname_(server_hostname),
51 const string& server_hostname,
55 server_hostname_(server_hostname),
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 120 CachedState* LookupOrCreate(const std::string& server_hostname);
129 void FillInchoateClientHello(const std::string& server_hostname,
137 // |server_hostname| in order to perform a handshake. This can be checked
145 QuicErrorCode FillClientHello(const std::string& server_hostname,
199 // |server_hostname|. We will copy config data only if
201 void InitializeFrom(const std::string& server_hostname,
quic_crypto_client_config.cc 225 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,
    [all...]
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 31 QuicTestClient(IPEndPoint server_address, const string& server_hostname,
34 const string& server_hostname,
38 const string& server_hostname,
quic_test_client.cc 103 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),
  /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...]
network_library.cc 4327 std::string server_hostname; member in struct:chromeos::NetworkLibraryImpl::ConnectData
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 709 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));
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 312 server_hostname_ = vpn->server_hostname();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1375 std::string service_path, server_hostname; local
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 450 str += WrapWithTH(vpn->server_hostname());
    [all...]

Completed in 947 milliseconds