Searched refs:WKProtectionSpaceRef (Results 1 – 7 of 7) sorted by relevance
38 WK_EXPORT WKStringRef WKProtectionSpaceCopyHost(WKProtectionSpaceRef);39 WK_EXPORT int WKProtectionSpaceGetPort(WKProtectionSpaceRef);40 WK_EXPORT WKStringRef WKProtectionSpaceCopyRealm(WKProtectionSpaceRef);41 WK_EXPORT bool WKProtectionSpaceGetIsProxy(WKProtectionSpaceRef);42 WK_EXPORT WKProtectionSpaceServerType WKProtectionSpaceGetServerType(WKProtectionSpaceRef);43 WK_EXPORT bool WKProtectionSpaceGetReceivesCredentialSecurely(WKProtectionSpaceRef);44 …ProtectionSpaceAuthenticationScheme WKProtectionSpaceGetAuthenticationScheme(WKProtectionSpaceRef);
39 WKStringRef WKProtectionSpaceCopyHost(WKProtectionSpaceRef protectionSpaceRef) in WKProtectionSpaceCopyHost()44 int WKProtectionSpaceGetPort(WKProtectionSpaceRef protectionSpaceRef) in WKProtectionSpaceGetPort()49 WKStringRef WKProtectionSpaceCopyRealm(WKProtectionSpaceRef protectionSpaceRef) in WKProtectionSpaceCopyRealm()54 bool WKProtectionSpaceGetIsProxy(WKProtectionSpaceRef protectionSpaceRef) in WKProtectionSpaceGetIsProxy()59 WKProtectionSpaceServerType WKProtectionSpaceGetServerType(WKProtectionSpaceRef protectionSpaceRef) in WKProtectionSpaceGetServerType()64 bool WKProtectionSpaceGetReceivesCredentialSecurely(WKProtectionSpaceRef protectionSpaceRef) in WKProtectionSpaceGetReceivesCredentialSecurely()69 WKProtectionSpaceAuthenticationScheme WKProtectionSpaceGetAuthenticationScheme(WKProtectionSpaceRef… in WKProtectionSpaceGetAuthenticationScheme()
38 WK_EXPORT WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChalleng…
46 WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef chall… in WKAuthenticationChallengeGetProtectionSpace()
107 WK_ADD_API_MAPPING(WKProtectionSpaceRef, WebProtectionSpace) in WK_ADD_API_MAPPING()
67 …ProtectionSpaceInFrameCallback)(WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionS…
98 typedef const struct OpaqueWKProtectionSpace* WKProtectionSpaceRef; typedef