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.cc 63 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);
transport_client_socket_pool.h 46 // |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 138 milliseconds