Searched refs:HttpAuthController (Results 1 – 14 of 14) sorted by relevance
/external/chromium/net/http/ |
D | http_auth_controller.cc | 152 HttpAuthController::HttpAuthController( in HttpAuthController() function in net::HttpAuthController 166 io_callback_(this, &HttpAuthController::OnIOComplete)), in HttpAuthController() 170 HttpAuthController::~HttpAuthController() { in ~HttpAuthController() 175 int HttpAuthController::MaybeGenerateAuthToken(const HttpRequestInfo* request, in MaybeGenerateAuthToken() 204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) { in SelectPreemptiveAuth() 242 void HttpAuthController::AddAuthorizationHeader( in AddAuthorizationHeader() 255 int HttpAuthController::HandleAuthChallenge( in HandleAuthChallenge() 369 void HttpAuthController::ResetAuth(const string16& username, in ResetAuth() 411 bool HttpAuthController::HaveAuthHandler() const { in HaveAuthHandler() 415 bool HttpAuthController::HaveAuth() const { in HaveAuth() [all …]
|
D | http_auth_controller.h | 31 class HttpAuthController : public base::RefCounted<HttpAuthController>, 36 HttpAuthController(HttpAuth::Target target, 83 friend class base::RefCounted<HttpAuthController>; 85 virtual ~HttpAuthController(); 164 CompletionCallbackImpl<HttpAuthController> io_callback_;
|
D | http_stream_factory_impl_job.h | 25 class HttpAuthController; variable 126 HttpAuthController* auth_controller); 246 scoped_refptr<HttpAuthController>
|
D | http_network_transaction.h | 28 class HttpAuthController; variable 73 HttpAuthController* auth_controller); 217 scoped_refptr<HttpAuthController>
|
D | http_auth_controller_unittest.cc | 64 scoped_refptr<HttpAuthController> controller( in RunSingleRoundAuthTest() 65 new HttpAuthController(HttpAuth::AUTH_PROXY, in RunSingleRoundAuthTest()
|
D | http_proxy_client_socket.h | 59 const scoped_refptr<HttpAuthController>& auth_controller() { in auth_controller() 158 scoped_refptr<HttpAuthController> auth_;
|
D | http_stream_factory.h | 24 class HttpAuthController; variable 97 HttpAuthController* auth_controller) = 0;
|
D | http_stream_factory_impl_request.h | 69 HttpAuthController* auth_controller);
|
D | http_network_transaction.cc | 426 HttpAuthController* auth_controller) { in OnNeedsProxyAuth() 644 new HttpAuthController(target, in DoGenerateProxyAuthToken() 665 new HttpAuthController(target, in DoGenerateServerAuthToken()
|
D | http_stream_factory_impl_request.cc | 152 HttpAuthController* auth_controller) { in OnNeedsProxyAuth()
|
D | http_proxy_client_socket.cc | 44 new HttpAuthController(HttpAuth::AUTH_PROXY, in HttpProxyClientSocket()
|
D | http_stream_factory_impl_job.cc | 240 HttpAuthController* auth_controller) { in OnNeedsProxyAuthCallback()
|
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket.h | 58 const scoped_refptr<HttpAuthController>& auth_controller() { in auth_controller() 150 scoped_refptr<HttpAuthController> auth_;
|
D | spdy_proxy_client_socket.cc | 40 new HttpAuthController(HttpAuth::AUTH_PROXY, in SpdyProxyClientSocket()
|