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

  /external/webkit/Source/WebCore/platform/network/
ProtectionSpace.h 43 enum ProtectionSpaceAuthenticationScheme {
59 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType, const String& realm, ProtectionSpaceAuthenticationScheme);
70 ProtectionSpaceAuthenticationScheme authenticationScheme() const;
79 ProtectionSpaceAuthenticationScheme m_authenticationScheme;
ProtectionSpace.cpp 50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme)
88 ProtectionSpaceAuthenticationScheme ProtectionSpace::authenticationScheme() const
CredentialStorage.cpp 95 ProtectionSpaceAuthenticationScheme scheme = protectionSpace.authenticationScheme();
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
WebProtectionSpace.cpp 68 WebCore::ProtectionSpaceAuthenticationScheme WebProtectionSpace::authenticationScheme() const
WebProtectionSpace.h 51 WebCore::ProtectionSpaceAuthenticationScheme authenticationScheme() const;
  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.cpp 130 static ProtectionSpaceAuthenticationScheme coreScheme(BSTR authenticationMethod)
132 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.cpp 240 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
SocketStreamHandleCFNet.cpp 368 static ProtectionSpaceAuthenticationScheme authenticationSchemeFromAuthenticationMethod(CFStringRef method)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h 248 inline WKProtectionSpaceAuthenticationScheme toAPI(WebCore::ProtectionSpaceAuthenticationScheme type)
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 310 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 162 space = WebCore::ProtectionSpace(host, port, static_cast<WebCore::ProtectionSpaceServerType>(serverType), realm, static_cast<WebCore::ProtectionSpaceAuthenticationScheme>(authenticationScheme));

Completed in 218 milliseconds