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

  /external/webkit/Source/WebCore/platform/network/
ProtectionSpace.h 44 ProtectionSpaceAuthenticationSchemeDefault = 1,
ProtectionSpace.cpp 43 , m_authenticationScheme(ProtectionSpaceAuthenticationSchemeDefault)
CredentialStorage.cpp 96 if (scheme == ProtectionSpaceAuthenticationSchemeHTTPBasic || scheme == ProtectionSpaceAuthenticationSchemeDefault) {
  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.cpp 155 case ProtectionSpaceAuthenticationSchemeDefault:
240 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
244 scheme = ProtectionSpaceAuthenticationSchemeDefault;
  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.cpp 103 case ProtectionSpaceAuthenticationSchemeDefault:
132 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
134 scheme = ProtectionSpaceAuthenticationSchemeDefault;
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 201 case ProtectionSpaceAuthenticationSchemeDefault:
310 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
313 scheme = ProtectionSpaceAuthenticationSchemeDefault;
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h 251 case WebCore::ProtectionSpaceAuthenticationSchemeDefault:

Completed in 130 milliseconds