Home | History | Annotate | Download | only in Authentication

Lines Matching refs:AuthenticationChallengeProxy

27 #include "AuthenticationChallengeProxy.h"
39 AuthenticationChallengeProxy::AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, WebProcessProxy* process)
48 AuthenticationChallengeProxy::~AuthenticationChallengeProxy()
50 // If an outstanding AuthenticationChallengeProxy is being destroyed even though it hasn't been responded to yet,
59 void AuthenticationChallengeProxy::useCredential(WebCredential* credential)
72 void AuthenticationChallengeProxy::cancel()
82 WebCredential* AuthenticationChallengeProxy::proposedCredential() const
90 WebProtectionSpace* AuthenticationChallengeProxy::protectionSpace() const