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

  /external/chromium/net/http/
http_auth_handler.cc 85 bool HttpAuthHandler::NeedsIdentity() {
http_auth_handler_ntlm_win.cc 33 bool HttpAuthHandlerNTLM::NeedsIdentity() {
34 return auth_sspi_.NeedsIdentity();
http_auth_handler_mock.cc 83 bool HttpAuthHandlerMock::NeedsIdentity() {
http_auth_handler_negotiate.cc 166 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
167 return auth_system_.NeedsIdentity();
http_auth_sspi_win.cc 209 bool HttpAuthSSPI::NeedsIdentity() const {
http_auth_gssapi_posix.cc 673 bool HttpAuthGSSAPI::NeedsIdentity() const {
http_auth_handler_ntlm_portable.cc 646 bool HttpAuthHandlerNTLM::NeedsIdentity() {

Completed in 61 milliseconds