Home | History | Annotate | Download | only in Authentication

Lines Matching defs:AuthenticationManager

27 #include "AuthenticationManager.h"
50 AuthenticationManager& AuthenticationManager::shared()
52 static AuthenticationManager& manager = *new AuthenticationManager;
56 AuthenticationManager::AuthenticationManager()
60 void AuthenticationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
65 void AuthenticationManager::didReceiveAuthenticationChallenge(WebFrame* frame, const AuthenticationChallenge& authenticationChallenge)
76 void AuthenticationManager::didReceiveAuthenticationChallenge(Download* download, const AuthenticationChallenge& authenticationChallenge)
84 void AuthenticationManager::useCredentialForChallenge(uint64_t challengeID, const Credential& credential)
99 void AuthenticationManager::continueWithoutCredentialForChallenge(uint64_t challengeID)
113 void AuthenticationManager::cancelChallenge(uint64_t challengeID)