HomeSort by relevance Sort by last modified time
    Searched defs:AuthenticationManager (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.h 47 class AuthenticationManager {
48 WTF_MAKE_NONCOPYABLE(AuthenticationManager);
51 static AuthenticationManager& shared();
63 AuthenticationManager();
AuthenticationManager.cpp 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& authenticati (…)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
AuthenticationManager.java 36 * AuthenticationManager.
41 public class AuthenticationManager implements MessageHandler
56 public AuthenticationManager(TransportManager tm)

Completed in 2155 milliseconds