/external/chromium/net/http/ |
D | http_auth_handler.cc | 12 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()
|
D | http_auth_handler_factory.h | 24 class HttpAuthHandler; variable 83 scoped_ptr<HttpAuthHandler>* handler) = 0; 94 scoped_ptr<HttpAuthHandler>* handler); 107 scoped_ptr<HttpAuthHandler>* handler); 192 scoped_ptr<HttpAuthHandler>* handler);
|
D | http_auth_handler_factory_unittest.cc | 30 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()
|
D | http_auth_handler.h | 23 class HttpAuthHandler { 25 HttpAuthHandler(); 26 virtual ~HttpAuthHandler(); 190 CompletionCallbackImpl<HttpAuthHandler> wrapper_callback_;
|
D | http_auth_handler_mock.h | 22 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];
|
D | http_auth_cache_unittest.cc | 20 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 …]
|
D | http_auth.cc | 31 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()
|
D | http_auth.h | 21 class HttpAuthHandler; variable 141 scoped_ptr<HttpAuthHandler>* handler); 165 HttpAuthHandler* handler,
|
D | http_auth_handler_basic_unittest.cc | 36 scoped_ptr<HttpAuthHandler> basic; in TEST() 87 scoped_ptr<HttpAuthHandler> basic; in TEST() 179 scoped_ptr<HttpAuthHandler> basic; in TEST()
|
D | http_auth_handler_basic.h | 18 class HttpAuthHandlerBasic : public HttpAuthHandler { 31 scoped_ptr<HttpAuthHandler>* handler);
|
D | http_auth_handler_mock.cc | 146 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()
|
D | http_auth_handler_ntlm_win.cc | 62 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler() 75 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
|
D | http_auth_handler_basic.cc | 100 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler() 103 scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerBasic()); in CreateAuthHandler()
|
D | http_auth_controller.h | 25 class HttpAuthHandler; variable 133 scoped_ptr<HttpAuthHandler> handler_;
|
D | http_auth_handler_factory.cc | 23 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandlerFromString() 35 scoped_ptr<HttpAuthHandler>* handler) { in CreatePreemptiveAuthHandlerFromString() 174 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler()
|
D | http_auth_handler_digest_unittest.cc | 52 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()
|
D | http_auth_handler_ntlm.h | 38 class HttpAuthHandlerNTLM : public HttpAuthHandler { 51 scoped_ptr<HttpAuthHandler>* handler);
|
D | http_auth_handler_negotiate.h | 34 class HttpAuthHandlerNegotiate : public HttpAuthHandler { 79 scoped_ptr<HttpAuthHandler>* handler);
|
D | http_auth_handler_digest.h | 21 class HttpAuthHandlerDigest : public HttpAuthHandler { 74 scoped_ptr<HttpAuthHandler>* handler);
|
D | http_auth_handler_negotiate.cc | 45 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler() 59 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler() 70 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
|
D | http_auth_controller.cc | 68 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()
|
D | http_auth_handler_digest.cc | 96 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler() 99 scoped_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler()
|
D | http_auth_handler_ntlm_portable.cc | 729 scoped_ptr<HttpAuthHandler>* handler) { in CreateAuthHandler() 736 scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerNTLM); in CreateAuthHandler()
|
D | http_auth_handler_negotiate_unittest.cc | 191 scoped_ptr<HttpAuthHandler> generic_handler; in CreateHandler()
|
/external/chromium/net/socket_stream/ |
D | socket_stream.h | 291 scoped_ptr<HttpAuthHandler> auth_handler_;
|