HomeSort by relevance Sort by last modified time
    Searched refs:NeedsIdentity (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc 33 bool HttpAuthHandlerNTLM::NeedsIdentity() {
34 return auth_sspi_.NeedsIdentity();
http_auth_handler.h 129 virtual bool NeedsIdentity();
http_auth_handler_mock.h 92 virtual bool NeedsIdentity() OVERRIDE;
http_auth_handler.cc 84 bool HttpAuthHandler::NeedsIdentity() {
http_auth_handler_ntlm.h 107 virtual bool NeedsIdentity() OVERRIDE;
http_auth_handler_negotiate.h 111 virtual bool NeedsIdentity() OVERRIDE;
http_auth_handler_negotiate.cc 169 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
170 return auth_system_.NeedsIdentity();
http_auth_handler_mock.cc 91 bool HttpAuthHandlerMock::NeedsIdentity() {
http_auth_sspi_win.h 134 bool NeedsIdentity() const;
http_auth_gssapi_posix.h 240 bool NeedsIdentity() const;
http_auth_handler_digest_unittest.cc 380 EXPECT_TRUE(handler->NeedsIdentity());
http_auth_sspi_win.cc 210 bool HttpAuthSSPI::NeedsIdentity() const {
http_auth_controller.cc 349 if (handler_->NeedsIdentity()) {
http_auth_gssapi_posix.cc 675 bool HttpAuthGSSAPI::NeedsIdentity() const {
http_auth_handler_ntlm_portable.cc 637 bool HttpAuthHandlerNTLM::NeedsIdentity() {
  /external/chromium_org/components/data_reduction_proxy/browser/
http_auth_handler_data_reduction_proxy.h 50 virtual bool NeedsIdentity() OVERRIDE;
http_auth_handler_data_reduction_proxy.cc 99 bool HttpAuthHandlerDataReductionProxy::NeedsIdentity() {

Completed in 303 milliseconds