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

  /external/webkit/Source/WebKit2/WebProcess/Authentication/
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...]
AuthenticationManager.h 47 class AuthenticationManager {
48 WTF_MAKE_NONCOPYABLE(AuthenticationManager);
51 static AuthenticationManager& shared();
63 AuthenticationManager();
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp 53 m_process->send(Messages::AuthenticationManager::CancelChallenge(m_challengeID), 0);
65 m_process->send(Messages::AuthenticationManager::ContinueWithoutCredentialForChallenge(m_challengeID), 0);
67 m_process->send(Messages::AuthenticationManager::UseCredentialForChallenge(m_challengeID, credential->core()), 0);
77 m_process->send(Messages::AuthenticationManager::CancelChallenge(m_challengeID), 0);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java 17 import ch.ethz.ssh2.auth.AuthenticationManager;
88 private AuthenticationManager am;
184 am = new AuthenticationManager(tm);
265 am = new AuthenticationManager(tm);
311 am = new AuthenticationManager(tm);
362 am = new AuthenticationManager(tm);
430 am = new AuthenticationManager(tm);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.cpp 29 #include "AuthenticationManager.h"
78 AuthenticationManager::shared().didReceiveAuthenticationChallenge(this, authenticationChallenge);
  /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)
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 29 #include "AuthenticationManager.h"
578 AuthenticationManager::shared().didReceiveMessage(connection, messageID, arguments);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 29 #include "AuthenticationManager.h"
189 AuthenticationManager::shared().didReceiveAuthenticationChallenge(m_frame, challenge);
    [all...]

Completed in 302 milliseconds