Searched refs:previousFailureCount (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DAuthenticationChallenge.h40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DAuthenticationChallenge.h38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DAuthenticationChallenge.h33 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
34 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
H A DNetworkJob.cpp364 updateCurrentWebChallenge(AuthenticationChallenge(newSpace, challenge.proposedCredential(), challenge.previousFailureCount(), challenge.failureResponse(), challenge.error()));
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DAuthenticationChallenge.h40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DAuthenticationChallengeBase.cpp38 unsigned previousFailureCount,
44 , m_previousFailureCount(previousFailureCount)
50 unsigned AuthenticationChallengeBase::previousFailureCount() const function in class:WebCore::AuthenticationChallengeBase
99 if (a.previousFailureCount() != b.previousFailureCount())
36 AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
H A DAuthenticationChallengeBase.h40 AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
42 unsigned previousFailureCount() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DAuthenticationChallenge.h42 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
43 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
H A DResourceHandleSoup.cpp1141 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
1148 if (!challenge.previousFailureCount()) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKAuthenticationChallenge.cpp59 return toImpl(challenge)->previousFailureCount();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.h50 /* [in] */ int previousFailureCount,
65 virtual HRESULT STDMETHODCALLTYPE previousFailureCount(
H A DWebURLAuthenticationChallenge.cpp113 /* [in] */ int previousFailureCount,
151 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
195 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::previousFailureCount( function in class:WebURLAuthenticationChallenge
198 *result = m_authenticationChallenge.previousFailureCount();
110 initWithProtectionSpace( IWebURLProtectionSpace* space, IWebURLCredential* proposedCredential, int previousFailureCount, IWebURLResponse* failureResponse, IWebError* error, IWebURLAuthenticationChallengeSender* sender) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Authentication/
H A DAuthenticationChallengeProxy.h59 int previousFailureCount() const { return m_coreAuthenticationChallenge.previousFailureCount(); } function in class:WebKit::AuthenticationChallengeProxy
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DAuthenticationChallenge.h52 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
H A DAuthenticationCF.cpp48 unsigned previousFailureCount,
53 previousFailureCount,
95 coreChallenge.previousFailureCount(),
46 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
H A DResourceHandleCFNet.cpp557 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
564 if (!challenge.previousFailureCount()) {
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl69 - (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(int)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id <NSURLAuthenticationChallengeSender>)sender
71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWebURLAuthenticationChallengeSender* sender);
74 -(unsigned)previousFailureCount
76 HRESULT previousFailureCount([out, retval] UINT* result);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DAuthenticationMac.mm170 unsigned previousFailureCount,
175 previousFailureCount,
184 [challenge previousFailureCount],
230 previousFailureCount:coreChallenge.previousFailureCount()
H A DResourceHandleMac.mm474 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
481 if (!challenge.previousFailureCount()) {
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebAuthenticationPanel.m144 if ([chall previousFailureCount] == 0) {
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebCoreArgumentCoders.cpp202 encoder << challenge.protectionSpace() << challenge.proposedCredential() << challenge.previousFailureCount() << challenge.failureResponse() << challenge.error();
215 unsigned previousFailureCount; local
216 if (!decoder.decode(previousFailureCount))
227 challenge = AuthenticationChallenge(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm131 if (![challenge previousFailureCount]) {
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.mm282 NSInteger failCount = [challenge previousFailureCount];

Completed in 335 milliseconds