HomeSort by relevance Sort by last modified time
    Searched defs:NeedsIdentity (Results 1 - 15 of 15) 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 650 bool HttpAuthHandlerNTLM::NeedsIdentity() {
  /external/chromium_org/net/http/
http_auth_handler.cc 83 bool HttpAuthHandler::NeedsIdentity() {
http_auth_handler_ntlm_win.cc 33 bool HttpAuthHandlerNTLM::NeedsIdentity() {
34 return auth_sspi_.NeedsIdentity();
http_auth_handler_mock.cc 90 bool HttpAuthHandlerMock::NeedsIdentity() {
http_auth_handler_negotiate.cc 172 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
173 return auth_system_.NeedsIdentity();
http_auth_sspi_win.cc 209 bool HttpAuthSSPI::NeedsIdentity() const {
http_auth_gssapi_posix.cc 674 bool HttpAuthGSSAPI::NeedsIdentity() const {
http_auth_handler_ntlm_portable.cc 637 bool HttpAuthHandlerNTLM::NeedsIdentity() {
  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.cc 87 bool HttpAuthHandlerSpdyProxy::NeedsIdentity() {

Completed in 110 milliseconds