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

  /external/webkit/WebCore/platform/network/
ProtectionSpace.cpp 50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme)
55 , m_authenticationScheme(authenticationScheme)
88 ProtectionSpaceAuthenticationScheme ProtectionSpace::authenticationScheme() const
117 if (a.authenticationScheme() != b.authenticationScheme())
ProtectionSpace.h 67 ProtectionSpaceAuthenticationScheme authenticationScheme() const;
ProtectionSpaceHash.h 41 protectionSpace.authenticationScheme(),
CredentialStorage.cpp 96 ProtectionSpaceAuthenticationScheme scheme = protectionSpace.authenticationScheme();
  /external/webkit/WebCore/platform/network/cf/
AuthenticationCF.cpp 148 switch (coreSpace.authenticationScheme()) {
  /external/webkit/WebKit/win/
WebURLProtectionSpace.cpp 104 switch (m_protectionSpace.authenticationScheme()) {
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 178 switch (coreSpace.authenticationScheme()) {

Completed in 220 milliseconds