/external/chromium_org/jingle/glue/ |
resolving_client_socket_factory.h | 28 const net::HostPortPair& host_and_port) = 0; 32 const net::HostPortPair& host_and_port) = 0;
|
xmpp_client_socket_factory.cc | 34 const net::HostPortPair& host_and_port) { 41 host_and_port)); 51 const net::HostPortPair& host_and_port) { 61 transport_socket.Pass(), host_and_port, ssl_config_, context);
|
xmpp_client_socket_factory.h | 39 const net::HostPortPair& host_and_port) OVERRIDE; 43 const net::HostPortPair& host_and_port) OVERRIDE;
|
/external/chromium_org/net/ssl/ |
ssl_cert_request_info.cc | 15 host_and_port = HostPortPair();
|
ssl_cert_request_info.h | 45 HostPortPair host_and_port; member in class:net::SSLCertRequestInfo
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
ClientCertLookupTable.java | 52 String host_and_port = hostAndPort(host, port); local 53 mCerts.put(host_and_port, new Cert(privateKey, chain)); 54 mDenieds.remove(host_and_port); 58 String host_and_port = hostAndPort(host, port); local 59 mCerts.remove(host_and_port); 60 mDenieds.add(host_and_port);
|
/external/chromium_org/net/socket/ |
socket_net_log_params.cc | 26 base::Value* NetLogHostPortPairCallback(const HostPortPair* host_and_port, 29 dict->SetString("host_and_port", host_and_port->ToString()); 57 const HostPortPair* host_and_port) { 58 return base::Bind(&NetLogHostPortPairCallback, host_and_port);
|
socket_net_log_params.h | 21 // |host_and_port| must remain valid for the lifetime of the returned callback. 23 const HostPortPair* host_and_port);
|
client_socket_factory.cc | 89 const HostPortPair& host_and_port, 108 new SSLClientSocketOpenSSL(transport_socket.Pass(), host_and_port, 114 host_and_port,
|
client_socket_factory.h | 52 const HostPortPair& host_and_port,
|
ssl_client_socket_openssl.h | 49 const HostPortPair& host_and_port, 54 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLClientSocketOpenSSL
|
ssl_client_socket_nss.h | 52 // The hostname specified in |host_and_port| will be compared with the name(s) 54 // authentication is requested, the host_and_port field of SSLCertRequestInfo 55 // will be populated with |host_and_port|. |ssl_config| specifies 65 const HostPortPair& host_and_port,
|
ssl_client_socket_openssl_unittest.cc | 114 const HostPortPair& host_and_port, 119 host_and_port,
|
ssl_client_socket_pool.h | 49 const HostPortPair& host_and_port, 71 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLSocketParams
|
ssl_client_socket_pool.cc | 32 const HostPortPair& host_and_port, 41 host_and_port_(host_and_port), 321 params_->host_and_port(), 374 bool using_data_reduction_proxy = params_->host_and_port().Equals( 413 const std::string& host = params_->host_and_port().host();
|
/external/chromium_org/net/tools/quic/ |
spdy_utils.cc | 63 const string& host_and_port, 69 DCHECK(host_and_port.empty() || host_header == host_and_port); 72 block->insert(make_pair(kV3Host, host_and_port)); 103 string host_and_port; local 118 host_and_port = request_uri.host(); 124 DCHECK(!host_and_port.empty()); 129 request_headers, scheme, host_and_port, path, &block);
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_client_auth_observer.cc | 63 if (!cert_details->first->host_and_port.Equals( 64 cert_request_info_->host_and_port))
|
ssl_client_certificate_selector_test.cc | 47 cert_request_info_->host_and_port = net::HostPortPair("foo", 123);
|
/external/chromium_org/chrome/browser/ui/login/ |
login_prompt.cc | 428 std::string host_and_port(auth_info->challenger.ToString()); 430 std::string origin = host_and_port; 440 dialog_form.origin = GURL(request_url.scheme() + "://" + host_and_port); 481 base::string16 host_and_port = base::ASCIIToUTF16( local 485 host_and_port) : 487 host_and_port,
|
/external/chromium_org/chrome/browser/ui/views/ |
ssl_client_certificate_selector_browsertest.cc | 57 cert_request_info_->host_and_port = net::HostPortPair("foo", 123); 139 cert_request_info_1_->host_and_port = net::HostPortPair("bar", 123); 144 cert_request_info_2_->host_and_port = net::HostPortPair("bar", 123); 225 cert_request_info_1_->host_and_port = net::HostPortPair("foo", 123);
|
ssl_client_certificate_selector.cc | 113 base::ASCIIToUTF16(cert_request_info()->host_and_port.ToString())); 201 cert_request_info()->host_and_port,
|
/external/lldb/include/lldb/Core/ |
ConnectionFileDescriptor.h | 87 ConnectTCP (const char *host_and_port, Error *error_ptr);
|
/external/chromium_org/remoting/protocol/ |
ssl_hmac_channel_authenticator.cc | 112 net::HostPortPair host_and_port(kSslFakeHostName, 0); 122 socket_handle.Pass(), host_and_port, ssl_config, context)); 126 socket_handle.Pass(), host_and_port, ssl_config, context);
|
/external/lldb/source/Core/ |
ConnectionFileDescriptor.cpp | 51 DecodeHostAndPort (const char *host_and_port, 59 if (g_regex.Execute (host_and_port, ®ex_match)) 61 if (regex_match.GetMatchAtIndex (host_and_port, 1, host_str) && 62 regex_match.GetMatchAtIndex (host_and_port, 2, port_str)) 77 error_ptr->SetErrorStringWithFormat("invalid host:port specification: '%s'", host_and_port); [all...] |
/external/chromium_org/chrome/browser/ui/android/ |
ssl_client_certificate_request.cc | 101 env, cert_request_info->host_and_port.host()); 118 cert_request_info->host_and_port.port())) {
|