Home
last modified time | relevance | path

Searched refs:WKAuthenticationChallengeRef (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAuthenticationChallenge.h37 …tionDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef);
38 …ORT WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef);
39 …XPORT WKCredentialRef WKAuthenticationChallengeGetProposedCredential(WKAuthenticationChallengeRef);
40 WK_EXPORT int WKAuthenticationChallengeGetPreviousFailureCount(WKAuthenticationChallengeRef);
DWKAuthenticationChallenge.cpp41 …isionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef challen… in WKAuthenticationChallengeGetDecisionListener()
46 WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef chall… in WKAuthenticationChallengeGetProtectionSpace()
51 WKCredentialRef WKAuthenticationChallengeGetProposedCredential(WKAuthenticationChallengeRef challen… in WKAuthenticationChallengeGetProposedCredential()
56 int WKAuthenticationChallengeGetPreviousFailureCount(WKAuthenticationChallengeRef challenge) in WKAuthenticationChallengeGetPreviousFailureCount()
DWKContext.h74 …llengeCallback)(WKContextRef context, WKDownloadRef download, WKAuthenticationChallengeRef authent…
DWKAPICast.h81 WK_ADD_API_MAPPING(WKAuthenticationChallengeRef, AuthenticationChallengeProxy) in WK_ADD_API_MAPPING()
DWKPage.h68 …onChallengeInFrameCallback)(WKPageRef page, WKFrameRef frame, WKAuthenticationChallengeRef authent…
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h71 typedef const struct OpaqueWKAuthenticationChallenge* WKAuthenticationChallengeRef; typedef