Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAuthenticationDecisionListener.h37 WK_EXPORT void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef au…
38 WK_EXPORT void WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authentic…
DWKAuthenticationDecisionListener.cpp39 void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticati… in WKAuthenticationDecisionListenerUseCredential()
44 void WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListe… in WKAuthenticationDecisionListenerCancel()
DWKAuthenticationChallenge.h37 WK_EXPORT WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthen…
DWKAuthenticationChallenge.cpp41 WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationCh… in WKAuthenticationChallengeGetDecisionListener()
DWKAPICast.h82 WK_ADD_API_MAPPING(WKAuthenticationDecisionListenerRef, AuthenticationDecisionListener) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h72 typedef const struct OpaqueWKAuthenticationDecisionListener* WKAuthenticationDecisionListenerRef; typedef