Home
last modified time | relevance | path

Searched refs:ProtectionSpaceAuthenticationSchemeHTTPBasic (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DAuthenticationCF.cpp158 case ProtectionSpaceAuthenticationSchemeHTTPBasic: in createCF()
247 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic; in core()
DSocketStreamHandleCFNet.cpp371 return ProtectionSpaceAuthenticationSchemeHTTPBasic; in authenticationSchemeFromAuthenticationMethod()
/external/webkit/Source/WebCore/platform/network/
DProtectionSpace.h45 ProtectionSpaceAuthenticationSchemeHTTPBasic = 2, enumerator
DCredentialStorage.cpp96 …if (scheme == ProtectionSpaceAuthenticationSchemeHTTPBasic || scheme == ProtectionSpaceAuthenticat… in set()
/external/webkit/Source/WebKit/win/
DWebURLProtectionSpace.cpp106 case ProtectionSpaceAuthenticationSchemeHTTPBasic: in authenticationMethod()
136 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic; in coreScheme()
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.mm204 case ProtectionSpaceAuthenticationSchemeHTTPBasic:
315 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic;
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAPICast.h253 case WebCore::ProtectionSpaceAuthenticationSchemeHTTPBasic: in toAPI()