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

  /external/chromium/net/http/
http_auth_handler_ntlm_win.cc 29 bool HttpAuthHandlerNTLM::NeedsIdentity() {
30 return auth_sspi_.NeedsIdentity();
http_auth_handler_negotiate_posix.cc 21 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
http_auth_handler_negotiate_win.cc 49 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
50 return auth_sspi_.NeedsIdentity();
http_auth_handler.h 68 virtual bool NeedsIdentity() { return true; }
http_auth_sspi_win.cc 36 bool HttpAuthSSPI::NeedsIdentity() const {
http_auth_handler_ntlm_portable.cc 652 bool HttpAuthHandlerNTLM::NeedsIdentity() {

Completed in 38 milliseconds