Home
last modified time | relevance | path

Searched refs:HttpAuthHandler (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium/net/http/
Dhttp_auth_handler.cc12 HttpAuthHandler::HttpAuthHandler() in HttpAuthHandler() function in net::HttpAuthHandler
20 this, &HttpAuthHandler::OnGenerateAuthTokenComplete)) { in HttpAuthHandler()
23 HttpAuthHandler::~HttpAuthHandler() { in ~HttpAuthHandler()
26 bool HttpAuthHandler::InitFromChallenge( in InitFromChallenge()
65 int HttpAuthHandler::GenerateAuthToken(const string16* username, in GenerateAuthToken()
85 bool HttpAuthHandler::NeedsIdentity() { in NeedsIdentity()
89 bool HttpAuthHandler::AllowsDefaultCredentials() { in AllowsDefaultCredentials()
93 void HttpAuthHandler::OnGenerateAuthTokenComplete(int rv) { in OnGenerateAuthTokenComplete()
100 void HttpAuthHandler::FinishGenerateAuthToken() { in FinishGenerateAuthToken()
Dhttp_auth_handler_factory.h24 class HttpAuthHandler; variable
83 scoped_ptr<HttpAuthHandler>* handler) = 0;
94 scoped_ptr<HttpAuthHandler>* handler);
107 scoped_ptr<HttpAuthHandler>* handler);
192 scoped_ptr<HttpAuthHandler>* handler);
Dhttp_auth_handler_factory_unittest.cc30 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
56 scoped_ptr<HttpAuthHandler> handler; in TEST()
109 scoped_ptr<HttpAuthHandler> handler; in TEST()
125 scoped_ptr<HttpAuthHandler> handler; in TEST()
136 scoped_ptr<HttpAuthHandler> handler; in TEST()
152 scoped_ptr<HttpAuthHandler> handler; in TEST()
168 scoped_ptr<HttpAuthHandler> handler; in TEST()
Dhttp_auth_handler.h23 class HttpAuthHandler {
25 HttpAuthHandler();
26 virtual ~HttpAuthHandler();
190 CompletionCallbackImpl<HttpAuthHandler> wrapper_callback_;
Dhttp_auth_handler_mock.h22 class HttpAuthHandlerMock : public HttpAuthHandler {
39 void set_mock_handler(HttpAuthHandler* handler, HttpAuth::Target target);
52 scoped_ptr<HttpAuthHandler>* handler);
55 scoped_ptr<HttpAuthHandler> handlers_[HttpAuth::AUTH_NUM_TARGETS];
Dhttp_auth_cache_unittest.cc20 class MockAuthHandler : public HttpAuthHandler {
83 scoped_ptr<HttpAuthHandler> realm1_handler( in TEST()
91 scoped_ptr<HttpAuthHandler> realm2_handler( in TEST()
99 scoped_ptr<HttpAuthHandler> realm3_basic_handler( in TEST()
108 scoped_ptr<HttpAuthHandler> realm3_digest_handler( in TEST()
117 scoped_ptr<HttpAuthHandler> realm4_basic_handler( in TEST()
267 scoped_ptr<HttpAuthHandler> handler( in TEST()
293 scoped_ptr<HttpAuthHandler> realm1_handler( in TEST()
297 scoped_ptr<HttpAuthHandler> realm2_handler( in TEST()
301 scoped_ptr<HttpAuthHandler> realm3_basic_handler( in TEST()
[all …]
Dhttp_auth.cc31 scoped_ptr<HttpAuthHandler>* handler) { in ChooseBestChallenge()
36 scoped_ptr<HttpAuthHandler> best; in ChooseBestChallenge()
41 scoped_ptr<HttpAuthHandler> cur; in ChooseBestChallenge()
58 HttpAuthHandler* handler, in HandleChallengeResponse()
Dhttp_auth.h21 class HttpAuthHandler; variable
141 scoped_ptr<HttpAuthHandler>* handler);
165 HttpAuthHandler* handler,
Dhttp_auth_handler_basic_unittest.cc36 scoped_ptr<HttpAuthHandler> basic; in TEST()
87 scoped_ptr<HttpAuthHandler> basic; in TEST()
179 scoped_ptr<HttpAuthHandler> basic; in TEST()
Dhttp_auth_handler_basic.h18 class HttpAuthHandlerBasic : public HttpAuthHandler {
31 scoped_ptr<HttpAuthHandler>* handler);
Dhttp_auth_handler_mock.cc146 HttpAuthHandler* handler, HttpAuth::Target target) { in set_mock_handler()
158 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
161 scoped_ptr<HttpAuthHandler> tmp_handler(handlers_[target].release()); in CreateAuthHandler()
Dhttp_auth_handler_ntlm_win.cc62 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
75 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
Dhttp_auth_handler_basic.cc100 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
103 scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerBasic()); in CreateAuthHandler()
Dhttp_auth_controller.h25 class HttpAuthHandler; variable
133 scoped_ptr<HttpAuthHandler> handler_;
Dhttp_auth_handler_factory.cc23 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandlerFromString()
35 scoped_ptr<HttpAuthHandler>* handler) { in CreatePreemptiveAuthHandlerFromString()
174 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
Dhttp_auth_handler_digest_unittest.cc52 scoped_ptr<HttpAuthHandler> handler; in RespondToChallenge()
340 scoped_ptr<HttpAuthHandler> handler; in TEST()
505 scoped_ptr<HttpAuthHandler> handler; in TEST()
531 scoped_ptr<HttpAuthHandler> handler; in TEST()
Dhttp_auth_handler_ntlm.h38 class HttpAuthHandlerNTLM : public HttpAuthHandler {
51 scoped_ptr<HttpAuthHandler>* handler);
Dhttp_auth_handler_negotiate.h34 class HttpAuthHandlerNegotiate : public HttpAuthHandler {
79 scoped_ptr<HttpAuthHandler>* handler);
Dhttp_auth_handler_digest.h21 class HttpAuthHandlerDigest : public HttpAuthHandler {
74 scoped_ptr<HttpAuthHandler>* handler);
Dhttp_auth_handler_negotiate.cc45 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
59 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
70 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
Dhttp_auth_controller.cc68 AuthTarget DetermineAuthTarget(const HttpAuthHandler* handler) { in DetermineAuthTarget()
87 void HistogramAuthEvent(HttpAuthHandler* handler, AuthEvent auth_event) { in HistogramAuthEvent()
224 scoped_ptr<HttpAuthHandler> handler_preemptive; in SelectPreemptiveAuth()
Dhttp_auth_handler_digest.cc96 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
99 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
Dhttp_auth_handler_ntlm_portable.cc729 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
736 scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerNTLM); in CreateAuthHandler()
Dhttp_auth_handler_negotiate_unittest.cc191 scoped_ptr<HttpAuthHandler> generic_handler; in CreateHandler()
/external/chromium/net/socket_stream/
Dsocket_stream.h291 scoped_ptr<HttpAuthHandler> auth_handler_;

12