HomeSort by relevance Sort by last modified time
    Searched refs:WKAuthenticationDecisionListenerRef (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAuthenticationDecisionListener.h 37 WK_EXPORT void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential);
38 WK_EXPORT void WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListener);
WKAuthenticationDecisionListener.cpp 39 void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential)
44 void WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListener)
WKAuthenticationChallenge.h 37 WK_EXPORT WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef);
WKAuthenticationChallenge.cpp 41 WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef challenge)
WKAPICast.h 82 WK_ADD_API_MAPPING(WKAuthenticationDecisionListenerRef, AuthenticationDecisionListener)
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 72 typedef const struct OpaqueWKAuthenticationDecisionListener* WKAuthenticationDecisionListenerRef;

Completed in 1075 milliseconds