Searched defs:auth_controller (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_request.cc163 HttpAuthController* auth_controller) {
169 proxy_response, used_ssl_config, used_proxy_info, auth_controller);
158 OnNeedsProxyAuth( Job* job, const HttpResponseInfo& proxy_response, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, HttpAuthController* auth_controller) argument
H A Dhttp_network_transaction.cc540 HttpAuthController* auth_controller) {
551 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
536 OnNeedsProxyAuth( const HttpResponseInfo& proxy_response, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, HttpAuthController* auth_controller) argument
H A Dhttp_stream_factory_impl_job.cc377 HttpAuthController* auth_controller) {
383 this, response, server_ssl_config_, proxy_info_, auth_controller);
375 OnNeedsProxyAuthCallback( const HttpResponseInfo& response, HttpAuthController* auth_controller) argument

Completed in 858 milliseconds