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

  /external/webkit/WebCore/platform/network/android/
AuthenticationChallenge.h 34 class AuthenticationChallenge : public AuthenticationChallengeBase {
  /external/webkit/WebCore/platform/network/qt/
AuthenticationChallenge.h 32 class AuthenticationChallenge : public AuthenticationChallengeBase {
34 AuthenticationChallenge()
38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
  /external/webkit/WebCore/platform/network/soup/
AuthenticationChallenge.h 32 class AuthenticationChallenge : public AuthenticationChallengeBase {
34 AuthenticationChallenge()
38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
  /external/webkit/WebCore/platform/network/chromium/
AuthenticationChallenge.h 36 class AuthenticationChallenge : public AuthenticationChallengeBase {
38 AuthenticationChallenge() {}
39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
45 static bool platformCompare(const AuthenticationChallenge&, const AuthenticationChallenge&);
  /external/webkit/WebCore/platform/network/curl/
AuthenticationChallenge.h 34 class AuthenticationChallenge : public AuthenticationChallengeBase {
36 AuthenticationChallenge()
40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
  /external/webkit/WebCore/platform/network/cf/
AuthenticationChallenge.h 36 class AuthenticationChallenge : public AuthenticationChallengeBase {
38 AuthenticationChallenge() {}
39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
40 AuthenticationChallenge(CFURLAuthChallengeRef, AuthenticationClient*);
49 static bool platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);
AuthenticationCF.cpp 29 #include "AuthenticationChallenge.h"
40 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace,
53 AuthenticationChallenge::AuthenticationChallenge(CFURLAuthChallengeRef cfChallenge,
65 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b)
76 CFURLAuthChallengeRef createCF(const AuthenticationChallenge& coreChallenge)
  /external/webkit/WebCore/platform/network/mac/
AuthenticationChallenge.h 42 class AuthenticationChallenge : public AuthenticationChallengeBase {
44 AuthenticationChallenge() { }
45 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
46 AuthenticationChallenge(NSURLAuthenticationChallenge *);
55 static bool platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b);

Completed in 73 milliseconds