/external/webkit/Source/WebCore/platform/network/ |
D | AuthenticationChallengeBase.h | 35 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…
|
D | AuthenticationClient.h | 31 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/ |
D | AuthenticationChallenge.h | 46 class AuthenticationChallenge : public AuthenticationChallengeBase { 48 AuthenticationChallenge() {} in AuthenticationChallenge() function 49 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… 51 AuthenticationChallenge(CFURLAuthChallengeRef, AuthenticationClient*); 58 AuthenticationChallenge(NSURLAuthenticationChallenge *); 69 static bool platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);
|
D | AuthenticationCF.cpp | 46 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/ |
D | AuthenticationChallenge.h | 36 class AuthenticationChallenge : public AuthenticationChallengeBase { 38 AuthenticationChallenge() {} in AuthenticationChallenge() function 39 …AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned pre… 45 static bool platformCompare(const AuthenticationChallenge&, const AuthenticationChallenge&);
|
D | SocketStreamHandle.h | 42 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&);
|
D | AuthenticationChallengeChromium.cpp | 36 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge&, const AuthenticationC… in platformCompare() argument
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | SocketStreamHandle.h | 42 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&);
|
D | SocketStreamHandleWin.cpp | 69 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
|
D | AuthenticationChallenge.h | 32 class AuthenticationChallenge : public AuthenticationChallengeBase { 34 AuthenticationChallenge() in AuthenticationChallenge() function 38 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | SocketStreamHandle.h | 42 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&);
|
D | SocketStreamHandleCurl.cpp | 69 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
|
D | AuthenticationChallenge.h | 34 class AuthenticationChallenge : public AuthenticationChallengeBase { 36 AuthenticationChallenge() in AuthenticationChallenge() function 40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
/external/webkit/Source/WebCore/platform/network/brew/ |
D | SocketStreamHandle.h | 42 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/ |
D | SocketStreamHandle.h | 47 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&);
|
D | AuthenticationChallenge.h | 34 class AuthenticationChallenge : public AuthenticationChallengeBase { 36 AuthenticationChallenge() in AuthenticationChallenge() function 40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | SocketStreamHandle.h | 42 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&);
|
D | AuthenticationChallenge.h | 33 class AuthenticationChallenge : public AuthenticationChallengeBase { 35 AuthenticationChallenge() in AuthenticationChallenge() function 39 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
/external/webkit/Source/WebKit/win/ |
D | WebURLAuthenticationChallenge.h | 35 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;
|
D | WebURLAuthenticationChallenge.cpp | 45 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/ |
D | AuthenticationManager.h | 38 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;
|
D | AuthenticationManager.cpp | 65 …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/ |
D | Download.h | 50 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/ |
D | AuthenticationMac.mm | 30 #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/ |
D | ResourceLoader.h | 96 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()
|