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

  /external/chromium/net/http/
http_stream_factory_impl_request.h 82 virtual int RestartTunnelWithProxyAuth(const string16& username,
http_stream_factory.h 132 virtual int RestartTunnelWithProxyAuth(const string16& username,
http_stream_factory_impl_job.h 52 int RestartTunnelWithProxyAuth(const string16& username,
http_stream_factory_impl_request.cc 186 int HttpStreamFactoryImpl::Request::RestartTunnelWithProxyAuth(
190 return bound_job_->RestartTunnelWithProxyAuth(username, password);
http_network_transaction.cc 232 rv = stream_request_->RestartTunnelWithProxyAuth(username, password);
    [all...]
http_stream_factory_impl_job.cc 100 int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth(
    [all...]
  /external/chromium_org/net/http/
http_stream_factory.h 157 virtual int RestartTunnelWithProxyAuth(
http_stream_factory_impl_request.h 106 virtual int RestartTunnelWithProxyAuth(
http_stream_factory_impl_job.h 56 int RestartTunnelWithProxyAuth(const AuthCredentials& credentials);
http_stream_factory_impl_request.cc 212 int HttpStreamFactoryImpl::Request::RestartTunnelWithProxyAuth(
215 return bound_job_->RestartTunnelWithProxyAuth(credentials);
http_network_transaction.cc 254 rv = stream_request_->RestartTunnelWithProxyAuth(credentials);
    [all...]
http_stream_factory_impl_job.cc 156 int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth(
    [all...]

Completed in 126 milliseconds