HomeSort by relevance Sort by last modified time
    Searched full:resolution_callback (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/socket/
client_socket_pool_manager.h 89 // |resolution_callback| will be invoked after the the hostname is
90 // resolved. If |resolution_callback| does not return OK, then the
106 const OnHostResolutionCallback& resolution_callback,
114 // |resolution_callback| will be invoked after the the hostname is
115 // resolved. If |resolution_callback| does not return OK, then the
132 const OnHostResolutionCallback& resolution_callback,
client_socket_pool_manager.cc 85 const OnHostResolutionCallback& resolution_callback,
164 resolution_callback);
173 resolution_callback));
384 const OnHostResolutionCallback& resolution_callback,
392 resolution_callback, callback);
409 const OnHostResolutionCallback& resolution_callback,
417 resolution_callback, callback);
  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 849 OnHostResolutionCallback resolution_callback = CanUseExistingSpdySession() ? local
859 connection_.get(), resolution_callback, io_callback_);
866 connection_.get(), resolution_callback, io_callback_);
    [all...]

Completed in 740 milliseconds