Home
last modified time | relevance | path

Searched refs:authenticationListener (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAuthenticationDecisionListener.cpp39 …ecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredent… in WKAuthenticationDecisionListenerUseCredential() argument
41 toImpl(authenticationListener)->useCredential(toImpl(credential)); in WKAuthenticationDecisionListenerUseCredential()
44 … WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListener) in WKAuthenticationDecisionListenerCancel() argument
46 toImpl(authenticationListener)->cancel(); in WKAuthenticationDecisionListenerCancel()
DWKAuthenticationDecisionListener.h37 …ecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredent…
38 …WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListener);