Home
last modified time | relevance | path

Searched refs:AuthenticationChallenge (Results 1 – 25 of 108) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/network/
DAuthenticationChallengeBase.h35 class AuthenticationChallenge; variable
51 static bool compare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);
65 inline bool operator==(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return…
66 inline bool operator!=(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return…
DAuthenticationClient.h31 class AuthenticationChallenge; variable
36 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&) = 0;
37 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) = 0;
38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
/external/webkit/Source/WebCore/platform/network/cf/
DAuthenticationChallenge.h46 class AuthenticationChallenge : public AuthenticationChallengeBase {
48 AuthenticationChallenge() {} in AuthenticationChallenge() function
49AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti…
51 AuthenticationChallenge(CFURLAuthChallengeRef, AuthenticationClient*);
58 AuthenticationChallenge(NSURLAuthenticationChallenge *);
69 static bool platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);
DAuthenticationCF.cpp46 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, in AuthenticationChallenge() function in WebCore::AuthenticationChallenge
59 AuthenticationChallenge::AuthenticationChallenge(CFURLAuthChallengeRef cfChallenge, in AuthenticationChallenge() function in WebCore::AuthenticationChallenge
71 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const Authenticatio… in platformCompare()
82 CFURLAuthChallengeRef createCF(const AuthenticationChallenge& coreChallenge) in createCF()
/external/webkit/Source/WebCore/platform/network/chromium/
DAuthenticationChallenge.h36 class AuthenticationChallenge : public AuthenticationChallengeBase {
38 AuthenticationChallenge() {} in AuthenticationChallenge() function
39AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned pre…
45 static bool platformCompare(const AuthenticationChallenge&, const AuthenticationChallenge&);
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
61 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
62 void receivedCredential(const AuthenticationChallenge&, const Credential&);
63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
64 void receivedCancellation(const AuthenticationChallenge&);
DAuthenticationChallengeChromium.cpp36 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge&, const AuthenticationC… in platformCompare() argument
/external/webkit/Source/WebCore/platform/network/win/
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
60 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
63 void receivedCancellation(const AuthenticationChallenge&);
DSocketStreamHandleWin.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge() argument
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() argument
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() argument
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() argument
DAuthenticationChallenge.h32 class AuthenticationChallenge : public AuthenticationChallengeBase {
34 AuthenticationChallenge() in AuthenticationChallenge() function
38AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
/external/webkit/Source/WebCore/platform/network/curl/
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
60 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
63 void receivedCancellation(const AuthenticationChallenge&);
DSocketStreamHandleCurl.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge() argument
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() argument
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() argument
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() argument
DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase {
36 AuthenticationChallenge() in AuthenticationChallenge() function
40AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
61 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
62 void receivedCredential(const AuthenticationChallenge&, const Credential&);
63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
64 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/qt/
DSocketStreamHandle.h47 class AuthenticationChallenge; variable
66 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
67 void receivedCredential(const AuthenticationChallenge&, const Credential&);
68 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
69 void receivedCancellation(const AuthenticationChallenge&);
DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase {
36 AuthenticationChallenge() in AuthenticationChallenge() function
40AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
71 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
72 void receivedCredential(const AuthenticationChallenge&, const Credential&);
73 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
74 void receivedCancellation(const AuthenticationChallenge&);
DAuthenticationChallenge.h33 class AuthenticationChallenge : public AuthenticationChallengeBase {
35 AuthenticationChallenge() in AuthenticationChallenge() function
39AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallenge.h35 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&);
36 …static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&, IWeb…
38 …WebURLAuthenticationChallenge(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChalle…
78 const WebCore::AuthenticationChallenge& authenticationChallenge() const;
83 WebCore::AuthenticationChallenge m_authenticationChallenge;
DWebURLAuthenticationChallenge.cpp45 WebURLAuthenticationChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authent… in WebURLAuthenticationChallenge()
61 …onChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenti… in createInstance()
68 …onChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenti… in createInstance()
150 …m_authenticationChallenge = AuthenticationChallenge(webSpace->protectionSpace(), webCredential->cr… in initWithProtectionSpace()
172 …m_authenticationChallenge = AuthenticationChallenge(webChallenge->authenticationChallenge().cfURLA… in initWithAuthenticationChallenge()
228 const AuthenticationChallenge& WebURLAuthenticationChallenge::authenticationChallenge() const in authenticationChallenge()
/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.h38 class AuthenticationChallenge; variable
55 void didReceiveAuthenticationChallenge(WebFrame*, const WebCore::AuthenticationChallenge&);
56 void didReceiveAuthenticationChallenge(Download*, const WebCore::AuthenticationChallenge&);
67 typedef HashMap<uint64_t, WebCore::AuthenticationChallenge> AuthenticationChallengeMap;
DAuthenticationManager.cpp65 …anager::didReceiveAuthenticationChallenge(WebFrame* frame, const AuthenticationChallenge& authenti… in didReceiveAuthenticationChallenge()
76 …ger::didReceiveAuthenticationChallenge(Download* download, const AuthenticationChallenge& authenti… in didReceiveAuthenticationChallenge()
86 AuthenticationChallenge challenge = m_challenges.take(challengeID); in useCredentialForChallenge()
101 AuthenticationChallenge challenge = m_challenges.take(challengeID); in continueWithoutCredentialForChallenge()
115 AuthenticationChallenge challenge = m_challenges.take(challengeID); in cancelChallenge()
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.h50 class AuthenticationChallenge; variable
79 void didReceiveAuthenticationChallenge(const WebCore::AuthenticationChallenge&);
96 …static void receivedCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&…
97 static void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
98 static void receivedCancellation(const WebCore::AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.mm30 #import "AuthenticationChallenge.h"
99 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace,
112 AuthenticationChallenge::AuthenticationChallenge(NSURLAuthenticationChallenge *challenge)
123 void AuthenticationChallenge::setAuthenticationClient(AuthenticationClient* client)
134 AuthenticationClient* AuthenticationChallenge::authenticationClient() const
142 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const Authenticatio…
153 NSURLAuthenticationChallenge *mac(const AuthenticationChallenge& coreChallenge)
275 AuthenticationChallenge core(NSURLAuthenticationChallenge *macChallenge)
277 return AuthenticationChallenge(macChallenge);
/external/webkit/Source/WebCore/loader/
DResourceLoader.h96 virtual void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
97 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
101 virtual void receivedCancellation(const AuthenticationChallenge&);
115 …al void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challeng… in didReceiveAuthenticationChallenge()
116 …ual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challeng… in didCancelAuthenticationChallenge()
123 …virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { rec… in receivedCancellation()

12345