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

/external/webkit/Source/WebCore/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)
/external/webkit/Source/WebCore/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)
/external/webkit/Source/WebCore/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)
/external/webkit/Source/WebCore/platform/network/soup/
H A DAuthenticationChallenge.h39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
40 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
/external/webkit/Source/WebCore/platform/network/
H A DAuthenticationChallengeBase.cpp40 unsigned previousFailureCount,
46 , m_previousFailureCount(previousFailureCount)
52 unsigned AuthenticationChallengeBase::previousFailureCount() const function in class:WebCore::AuthenticationChallengeBase
101 if (a.previousFailureCount() != b.previousFailureCount())
38 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;
/external/webkit/Source/WebCore/platform/network/chromium/
H A DAuthenticationChallenge.h39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKAuthenticationChallenge.cpp58 return toImpl(challenge)->previousFailureCount();
/external/webkit/Source/WebKit/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
/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DAuthenticationChallengeProxy.h63 int previousFailureCount() const { return m_coreAuthenticationChallenge.previousFailureCount(); } function in class:WebKit::AuthenticationChallengeProxy
/external/webkit/Source/WebCore/platform/network/cf/
H A DAuthenticationCF.cpp48 unsigned previousFailureCount,
53 previousFailureCount,
88 coreChallenge.previousFailureCount(),
46 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
H A DAuthenticationChallenge.h49 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
H A DResourceHandleCFNet.cpp534 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
541 if (!challenge.previousFailureCount()) {
/external/webkit/Source/WebCore/platform/network/mac/
H A DAuthenticationMac.mm101 unsigned previousFailureCount,
106 previousFailureCount,
115 [challenge previousFailureCount],
160 previousFailureCount:coreChallenge.previousFailureCount()
H A DResourceHandleMac.mm626 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
633 if (!challenge.previousFailureCount()) {
/external/webkit/Source/WebKit/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);
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h125 encoder->encode(CoreIPC::In(challenge.protectionSpace(), challenge.proposedCredential(), challenge.previousFailureCount(), challenge.failureResponse(), challenge.error()));
132 unsigned previousFailureCount; local
136 if (!decoder->decode(CoreIPC::Out(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error)))
139 challenge = WebCore::AuthenticationChallenge(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebDownload.mm116 if (![challenge previousFailureCount]) {
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.m141 if ([chall previousFailureCount] == 0) {
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm1001 if ([challenge previousFailureCount] == 0) {

Completed in 1009 milliseconds