Searched defs:authenticationListener (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKAuthenticationDecisionListener.cpp39 void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential) argument
41 toImpl(authenticationListener)->useCredential(toImpl(credential));
44 void WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListener) argument
46 toImpl(authenticationListener)->cancel();

Completed in 92 milliseconds