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

/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.cpp27 #include "AuthenticationDecisionListener.h"
37 AuthenticationDecisionListener::AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChallenge) function in class:WebKit::AuthenticationDecisionListener
42 void AuthenticationDecisionListener::useCredential(WebCredential* credential)
48 void AuthenticationDecisionListener::cancel()
54 void AuthenticationDecisionListener::detachChallenge()
H A DAuthenticationDecisionListener.h38 class AuthenticationDecisionListener : public APIObject { class in namespace:WebKit
42 static PassRefPtr<AuthenticationDecisionListener> create(AuthenticationChallengeProxy* authenticationChallenge)
44 return adoptRef(new AuthenticationDecisionListener(authenticationChallenge));
53 AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChallenge);

Completed in 39 milliseconds