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

  /external/webkit/WebCore/platform/network/
ProtectionSpace.h 45 ProtectionSpaceAuthenticationSchemeHTTPBasic = 2,
CredentialStorage.cpp 97 if (scheme == ProtectionSpaceAuthenticationSchemeHTTPBasic || scheme == ProtectionSpaceAuthenticationSchemeDefault) {
  /external/webkit/WebCore/platform/network/cf/
AuthenticationCF.cpp 152 case ProtectionSpaceAuthenticationSchemeHTTPBasic:
241 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic;
SocketStreamHandleCFNet.cpp 370 return ProtectionSpaceAuthenticationSchemeHTTPBasic;
  /external/webkit/WebKit/win/
WebURLProtectionSpace.cpp 108 case ProtectionSpaceAuthenticationSchemeHTTPBasic:
138 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic;
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 182 case ProtectionSpaceAuthenticationSchemeHTTPBasic:
287 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic;

Completed in 73 milliseconds