Searched defs:ProtectionSpaceServerType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DProtectionSpace.h32 enum ProtectionSpaceServerType { enum in namespace:WebCore
59 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType, const String& realm, ProtectionSpaceAuthenticationScheme);
67 ProtectionSpaceServerType serverType() const;
77 ProtectionSpaceServerType m_serverType;

Completed in 94 milliseconds