Home
last modified time | relevance | path

Searched refs:ProtectionSpaceServerType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DProtectionSpace.h32 enum ProtectionSpaceServerType { enum
59 …ProtectionSpace(const String& host, int port, ProtectionSpaceServerType, const String& realm, Prot…
67 ProtectionSpaceServerType serverType() const;
77 ProtectionSpaceServerType m_serverType;
DProtectionSpace.cpp50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType… in ProtectionSpace()
70 ProtectionSpaceServerType ProtectionSpace::serverType() const in serverType()
/external/webkit/Source/WebKit2/UIProcess/Authentication/
DWebProtectionSpace.cpp58 WebCore::ProtectionSpaceServerType WebProtectionSpace::serverType() const in serverType()
DWebProtectionSpace.h49 WebCore::ProtectionSpaceServerType serverType() const;
/external/webkit/Source/WebKit/win/
DWebURLProtectionSpace.cpp158 ProtectionSpaceServerType serverType = ProtectionSpaceServerHTTP; in initWithHost()
186 ProtectionSpaceServerType serverType = ProtectionSpaceProxyHTTP; in initWithProxyHost()
/external/webkit/Source/WebCore/platform/network/cf/
DAuthenticationCF.cpp210 ProtectionSpaceServerType serverType = ProtectionSpaceServerHTTP; in core()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAPICast.h225 inline WKProtectionSpaceServerType toAPI(WebCore::ProtectionSpaceServerType type) in toAPI()
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.mm282 ProtectionSpaceServerType serverType = ProtectionSpaceProxyHTTP;
/external/webkit/Source/WebKit2/Shared/
DWebCoreArgumentCoders.h162 …space = WebCore::ProtectionSpace(host, port, static_cast<WebCore::ProtectionSpaceServerType>(serve…