/external/chromium_org/net/url_request/ |
url_request_http_job.h | 128 virtual HostPortPair GetSocketAddress() const OVERRIDE;
|
test_url_fetcher_factory.cc | 195 HostPortPair TestURLFetcher::GetSocketAddress() const { 197 return HostPortPair();
|
url_request_ftp_job_unittest.cc | 281 net::HostPortPair::FromString("localhost:80"))); 336 net::HostPortPair::FromString("localhost:80"))); 636 net::HostPortPair::FromString("localhost:80")));
|
/external/chromium_org/sync/tools/ |
sync_listen_notifications.cc | 121 net::HostPortPair::FromString(
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_http_impl.h | 289 const net::HostPortPair& host_port, 311 net::HostPortPair host_port_;
|
privet_device_lister_unittest.cc | 189 service_description_.address = net::HostPortPair("myprinter.local", 6006);
|
/external/chromium_org/components/domain_reliability/ |
monitor_unittest.cc | 67 net::HostPortPair::FromString("12.34.56.78:80"); 227 net::HostPortPair::FromString("127.0.0.1:3128");
|
/external/chromium_org/net/http/ |
http_stream_factory_impl_job.cc | 138 HostPortPair origin_server = 139 HostPortPair(request_info_.url.HostNoBrackets(), 624 origin_ = HostPortPair(request_info_.url.HostNoBrackets(), port); 758 HostPortPair destination = proxy_info_.is_quic() ? [all...] |
http_proxy_client_socket.cc | 31 const HostPortPair& endpoint, 32 const HostPortPair& proxy_server,
|
http_proxy_client_socket_pool.cc | 36 const HostPortPair& endpoint, 280 const HostPortPair& proxy_server = tcp_destination.host_port_pair();
|
/external/chromium_org/net/quic/ |
quic_stream_factory.cc | 131 const HostPortPair& host_port_pair, 199 const HostPortPair& host_port_pair, 409 int QuicStreamRequest::Request(const HostPortPair& host_port_pair, 501 int QuicStreamFactory::Create(const HostPortPair& host_port_pair, 716 std::set<HostPortPair> hosts; 925 const HostPortPair& server = server_id.host_port_pair();
|
/external/chromium_org/content/browser/loader/ |
resource_scheduler_unittest.cc | 243 net::HostPortPair("spdyhost", 443), true); 518 net::HostPortPair("spdyhost1", 8080), true); 528 net::HostPortPair("spdyhost2", 8080), true);
|
/external/chromium_org/content/public/common/ |
common_param_traits.cc | 113 void ParamTraits<net::HostPortPair>::Write(Message* m, const param_type& p) { 118 bool ParamTraits<net::HostPortPair>::Read(const Message* m, 131 void ParamTraits<net::HostPortPair>::Log(const param_type& p, std::string* l) {
|
/external/chromium_org/net/spdy/ |
spdy_session.h | 241 const HostPortPair& trusted_spdy_proxy, 246 const HostPortPair& host_port_pair() const { [all...] |
spdy_proxy_client_socket.cc | 30 const HostPortPair& endpoint, 32 const HostPortPair& proxy_server,
|
/external/chromium_org/net/socket/ |
transport_client_socket_pool_unittest.cc | 404 const HostPortPair& host_and_port, 450 new TransportSocketParams(HostPortPair("www.google.com", 80), 471 HostPortPair("www.google.com", 80), false, false, 608 HostPortPair host_port_pair("unresolvable.host.name", 80); 885 HostPortPair("www.google.com", 80), false, false, 905 HostPortPair("www.google.com", 80), false, false, [all...] |
socks5_client_socket_unittest.cc | 71 HostResolver::RequestInfo info(HostPortPair("www.socks-proxy.com", 1080)); 109 HostResolver::RequestInfo(HostPortPair(hostname, port))));
|
/external/chromium_org/chrome/browser/net/ |
network_stats_unittest.cc | 122 net::HostPortPair host_port_pair; 223 net::HostPortPair host_port_pair;
|
network_stats.cc | 140 const net::HostPortPair& server_host_port_pair, 803 const net::HostPortPair& server_address, [all...] |
/external/chromium_org/chrome/common/local_discovery/ |
service_discovery_client_unittest.cc | 412 address_expected_ = net::HostPortPair("myhello.local", 8888); 446 net::HostPortPair address_expected_;
|
service_discovery_client_impl.h | 194 net::HostPortPair RecordToAddress(
|
/external/chromium_org/jingle/glue/ |
chrome_async_socket.cc | 107 net::HostPortPair dest_host_port_pair(address.hostname(), address.port()); 410 socket_handle.Pass(), net::HostPortPair(domain_name, 443));
|
/external/chromium_org/net/test/spawned_test_server/ |
base_test_server.cc | 166 const HostPortPair& BaseTestServer::host_port_pair() const { 277 host_port_pair_ = HostPortPair(host, 0);
|
/external/chromium_org/chrome/browser/ |
certificate_manager_model.cc | 88 net::HostPortPair(), // unused.
|
/external/chromium_org/net/dns/ |
address_sorter_posix_unittest.cc | 111 const HostPortPair&,
|