Home
last modified time | relevance | path

Searched refs:RestartTunnelWithProxyAuth (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/http/
Dhttp_stream_factory_impl_request.cc186 int HttpStreamFactoryImpl::Request::RestartTunnelWithProxyAuth( in RestartTunnelWithProxyAuth() function in net::HttpStreamFactoryImpl::Request
190 return bound_job_->RestartTunnelWithProxyAuth(username, password); in RestartTunnelWithProxyAuth()
Dhttp_stream_factory_impl_request.h82 virtual int RestartTunnelWithProxyAuth(const string16& username,
Dhttp_stream_factory.h132 virtual int RestartTunnelWithProxyAuth(const string16& username,
Dhttp_stream_factory_impl_job.h52 int RestartTunnelWithProxyAuth(const string16& username,
Dhttp_stream_factory_impl_job.cc100 int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth( in RestartTunnelWithProxyAuth() function in net::HttpStreamFactoryImpl::Job
Dhttp_network_transaction.cc232 rv = stream_request_->RestartTunnelWithProxyAuth(username, password); in RestartWithAuth()