Searched refs:NeedsIdentity (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_win.cc33 bool HttpAuthHandlerNTLM::NeedsIdentity() { function in class:net::HttpAuthHandlerNTLM
34 return auth_sspi_.NeedsIdentity();
H A Dhttp_auth_handler.h129 virtual bool NeedsIdentity();
H A Dhttp_auth_handler.cc84 bool HttpAuthHandler::NeedsIdentity() { function in class:net::HttpAuthHandler
H A Dhttp_auth_handler_mock.h92 virtual bool NeedsIdentity() OVERRIDE;
H A Dhttp_auth_handler_negotiate.h111 virtual bool NeedsIdentity() OVERRIDE;
H A Dhttp_auth_handler_ntlm.h107 virtual bool NeedsIdentity() OVERRIDE;
H A Dhttp_auth_handler_negotiate.cc169 bool HttpAuthHandlerNegotiate::NeedsIdentity() { function in class:net::HttpAuthHandlerNegotiate
170 return auth_system_.NeedsIdentity();
H A Dhttp_auth_handler_mock.cc91 bool HttpAuthHandlerMock::NeedsIdentity() { function in class:net::HttpAuthHandlerMock
H A Dhttp_auth_sspi_win.h134 bool NeedsIdentity() const;
H A Dhttp_auth_gssapi_posix.h240 bool NeedsIdentity() const;
H A Dhttp_auth_handler_digest_unittest.cc380 EXPECT_TRUE(handler->NeedsIdentity());
H A Dhttp_auth_sspi_win.cc210 bool HttpAuthSSPI::NeedsIdentity() const { function in class:net::HttpAuthSSPI
H A Dhttp_auth_controller.cc349 if (handler_->NeedsIdentity()) {
H A Dhttp_auth_gssapi_posix.cc675 bool HttpAuthGSSAPI::NeedsIdentity() const { function in class:net::HttpAuthGSSAPI
H A Dhttp_auth_handler_ntlm_portable.cc641 bool HttpAuthHandlerNTLM::NeedsIdentity() { function in class:net::HttpAuthHandlerNTLM

Completed in 108 milliseconds