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

  /external/chromium_org/net/http/
http_stream_factory.h 156 virtual int RestartTunnelWithProxyAuth(
http_stream_factory_impl_request.h 101 virtual int RestartTunnelWithProxyAuth(
http_stream_factory_impl_job.h 55 int RestartTunnelWithProxyAuth(const AuthCredentials& credentials);
http_stream_factory_impl_request.cc 197 int HttpStreamFactoryImpl::Request::RestartTunnelWithProxyAuth(
200 return bound_job_->RestartTunnelWithProxyAuth(credentials);
http_network_transaction.cc 263 rv = stream_request_->RestartTunnelWithProxyAuth(credentials);
    [all...]
http_stream_factory_impl_job.cc 149 int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth(
    [all...]
http_network_transaction_unittest.cc     [all...]

Completed in 325 milliseconds