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

  /external/webkit/WebCore/platform/network/
ProtectionSpace.h 32 enum ProtectionSpaceServerType {
56 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType, const String& realm, ProtectionSpaceAuthenticationScheme);
64 ProtectionSpaceServerType serverType() const;
74 ProtectionSpaceServerType m_serverType;
ProtectionSpace.cpp 50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme)
70 ProtectionSpaceServerType ProtectionSpace::serverType() const
  /external/webkit/WebKit/win/
WebURLProtectionSpace.cpp 160 ProtectionSpaceServerType serverType = ProtectionSpaceServerHTTP;
190 ProtectionSpaceServerType serverType = ProtectionSpaceProxyHTTP;
  /external/webkit/WebCore/platform/network/cf/
AuthenticationCF.cpp 204 ProtectionSpaceServerType serverType = ProtectionSpaceServerHTTP;
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 254 ProtectionSpaceServerType serverType = ProtectionSpaceProxyHTTP;

Completed in 190 milliseconds