HomeSort by relevance Sort by last modified time
    Searched defs:host_and_port (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/ssl/
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/chrome/browser/ui/login/
login_prompt.cc 429 std::string host_and_port(auth_info->challenger.ToString());
431 std::string origin = host_and_port;
441 dialog_form.origin = GURL(request_url.scheme() + "://" + host_and_port);
482 base::string16 host_and_port = base::ASCIIToUTF16( local
486 host_and_port) :
488 host_and_port,
  /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/extensions/browser/api/cast_channel/
cast_socket.cc 149 net::HostPortPair host_and_port = net::HostPortPair::FromIPEndPoint( local
153 connection.Pass(), host_and_port, ssl_config, context);
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.h 51 const HostPortPair& host_and_port,
56 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLClientSocketOpenSSL
ssl_client_socket_pool.h 51 const HostPortPair& host_and_port,
73 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLSocketParams
  /external/chromium_org/net/base/
net_util_unittest.cc 307 std::string host_and_port = GetHostAndPort(tests[i].url); local
308 EXPECT_EQ(std::string(tests[i].expected_host_and_port), host_and_port); local
325 std::string host_and_port = GetHostAndOptionalPort(tests[i].url); local
326 EXPECT_EQ(std::string(tests[i].expected_host_and_port), host_and_port); local
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 1249 net::HostPortPair host_and_port = https_server.host_port_pair(); local
    [all...]

Completed in 241 milliseconds