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

  /external/chromium_org/net/socket/
transport_client_socket_pool.h 32 // |host_resolution_callback| will be invoked after the the hostname is
33 // resolved. If |host_resolution_callback| does not return OK, then the
40 const OnHostResolutionCallback& host_resolution_callback);
44 const OnHostResolutionCallback& host_resolution_callback() const { function in class:net::TransportSocketParams
transport_client_socket_pool.cc 54 const OnHostResolutionCallback& host_resolution_callback)
57 host_resolution_callback_(host_resolution_callback) {
182 if (!params_->host_resolution_callback().is_null())
183 result = params_->host_resolution_callback().Run(addresses_, net_log());

Completed in 55 milliseconds