Searched refs:AuthenticationChallenge (Results 1 - 25 of 95) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/network/chromium/
H A DAuthenticationChallengeChromium.cpp32 #include "AuthenticationChallenge.h"
36 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge&, const AuthenticationChallenge&) argument
H A DAuthenticationChallenge.h36 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
38 AuthenticationChallenge() {} function in class:WebCore::AuthenticationChallenge
39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
45 static bool platformCompare(const AuthenticationChallenge&, const AuthenticationChallenge&);
H A DSocketStreamHandle.h42 class AuthenticationChallenge;
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/android/
H A DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
/external/webkit/Source/WebCore/platform/network/
H A DAuthenticationClient.h31 class AuthenticationChallenge;
36 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&) = 0;
37 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) = 0;
38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
H A DAuthenticationChallengeBase.h35 class AuthenticationChallenge;
51 static bool compare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);
54 // The AuthenticationChallenge subclass may "shadow" this method to compare platform specific fields
65 inline bool operator==(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return AuthenticationChallengeBase::compare(a, b); }
66 inline bool operator!=(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return !(a == b); }
H A DSocketStreamHandleClient.h37 class AuthenticationChallenge;
53 virtual void didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } argument
54 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } argument
/external/webkit/Source/WebCore/platform/network/qt/
H A DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
36 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandle.h47 class AuthenticationChallenge;
66 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
67 void receivedCredential(const AuthenticationChallenge&, const Credential&);
68 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
69 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/win/
H A DAuthenticationChallenge.h32 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
34 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandleWin.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
H A DSocketStreamHandle.h42 class AuthenticationChallenge;
60 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
63 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/curl/
H A DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
36 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandleCurl.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
H A DSocketStreamHandle.h42 class AuthenticationChallenge;
60 void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
63 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/mac/
H A DAuthenticationMac.h38 class AuthenticationChallenge;
42 NSURLAuthenticationChallenge *mac(const AuthenticationChallenge&);
46 AuthenticationChallenge core(NSURLAuthenticationChallenge *);
/external/webkit/Source/WebCore/platform/network/soup/
H A DAuthenticationChallenge.h33 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
35 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandle.h42 class AuthenticationChallenge;
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/cf/
H A DAuthenticationChallenge.h46 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
48 AuthenticationChallenge() {} function in class:WebCore::AuthenticationChallenge
49 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
51 AuthenticationChallenge(CFURLAuthChallengeRef, AuthenticationClient*);
58 AuthenticationChallenge(NSURLAuthenticationChallenge *);
69 static bool platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);
H A DAuthenticationCF.h38 class AuthenticationChallenge;
42 CFURLAuthChallengeRef createCF(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/loader/
H A DSubresourceLoaderClient.h34 class AuthenticationChallenge;
55 virtual void didReceiveAuthenticationChallenge(SubresourceLoader*, const AuthenticationChallenge&) { } argument
56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } argument
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
H A DDownloadCurl.cpp61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
H A DDownloadQt.cpp65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
70 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
H A DDownloadSoup.cpp66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
71 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.h38 class AuthenticationChallenge;
55 void didReceiveAuthenticationChallenge(WebFrame*, const WebCore::AuthenticationChallenge&);
56 void didReceiveAuthenticationChallenge(Download*, const WebCore::AuthenticationChallenge&);
67 typedef HashMap<uint64_t, WebCore::AuthenticationChallenge> AuthenticationChallengeMap;

Completed in 175 milliseconds

1234