Searched defs:AuthenticationChallengeBase (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/network/
H A DAuthenticationChallengeBase.cpp32 AuthenticationChallengeBase::AuthenticationChallengeBase() function in class:WebCore::AuthenticationChallengeBase
38 AuthenticationChallengeBase::AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, function in class:WebCore::AuthenticationChallengeBase
52 unsigned AuthenticationChallengeBase::previousFailureCount() const
57 const Credential& AuthenticationChallengeBase::proposedCredential() const
62 const ProtectionSpace& AuthenticationChallengeBase::protectionSpace() const
67 const ResourceResponse& AuthenticationChallengeBase::failureResponse() const
72 const ResourceError& AuthenticationChallengeBase::error() const
77 bool AuthenticationChallengeBase
[all...]
H A DAuthenticationChallengeBase.h37 class AuthenticationChallengeBase { class in namespace:WebCore
39 AuthenticationChallengeBase();
40 AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
55 static bool platformCompare(const AuthenticationChallengeBase&, const AuthenticationChallengeBase&) { return true; } argument
65 inline bool operator==(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return AuthenticationChallengeBase::compare(a, b); }

Completed in 199 milliseconds