Home
last modified time | relevance | path

Searched refs:WKProtectionSpaceRef (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKProtectionSpace.h38 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);
DWKProtectionSpace.cpp39 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()
DWKAuthenticationChallenge.h38 WK_EXPORT WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChalleng…
DWKAuthenticationChallenge.cpp46 WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef chall… in WKAuthenticationChallengeGetProtectionSpace()
DWKAPICast.h107 WK_ADD_API_MAPPING(WKProtectionSpaceRef, WebProtectionSpace) in WK_ADD_API_MAPPING()
DWKPage.h67 …ProtectionSpaceInFrameCallback)(WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionS…
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h98 typedef const struct OpaqueWKProtectionSpace* WKProtectionSpaceRef; typedef