Searched defs:host_resolution_callback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.cc63 const OnHostResolutionCallback& host_resolution_callback,
67 host_resolution_callback_(host_resolution_callback),
125 if (!params_->host_resolution_callback().is_null())
126 result = params_->host_resolution_callback().Run(addresses_, net_log);
59 TransportSocketParams( const HostPortPair& host_port_pair, bool disable_resolver_cache, bool ignore_limits, const OnHostResolutionCallback& host_resolution_callback, CombineConnectAndWritePolicy combine_connect_and_write_if_supported) argument
H A Dtransport_client_socket_pool.h46 // |host_resolution_callback| will be invoked after the the hostname is
47 // resolved. If |host_resolution_callback| does not return OK, then the
54 const OnHostResolutionCallback& host_resolution_callback,
59 const OnHostResolutionCallback& host_resolution_callback() const { function in class:net::TransportSocketParams

Completed in 2993 milliseconds