Home
last modified time | relevance | path

Searched refs:auth_controller (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/http/
Dhttp_stream_factory_impl_request_unittest.cc52 HttpAuthController* auth_controller) OVERRIDE {} in OnNeedsProxyAuth() argument
Dhttp_stream_factory_impl_request.h88 HttpAuthController* auth_controller);
Dhttp_stream_factory_impl_request.cc163 HttpAuthController* auth_controller) { in OnNeedsProxyAuth() argument
169 proxy_response, used_ssl_config, used_proxy_info, auth_controller); in OnNeedsProxyAuth()
Dhttp_stream_factory.h121 HttpAuthController* auth_controller) = 0;
Dhttp_stream_factory_impl_job.h152 HttpAuthController* auth_controller);
Dhttp_network_transaction.h100 HttpAuthController* auth_controller) OVERRIDE;
Dhttp_network_transaction.cc540 HttpAuthController* auth_controller) { in OnNeedsProxyAuth() argument
551 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller; in OnNeedsProxyAuth()
Dhttp_stream_factory_impl_job.cc377 HttpAuthController* auth_controller) { in OnNeedsProxyAuthCallback() argument
383 this, response, server_ssl_config_, proxy_info_, auth_controller); in OnNeedsProxyAuthCallback()
Dhttp_stream_factory_impl_unittest.cc181 HttpAuthController* auth_controller) OVERRIDE {} in OnNeedsProxyAuth() argument