HomeSort by relevance Sort by last modified time
    Searched refs:previousFailureCount (Results 1 - 18 of 18) sorted by null

  /external/webkit/WebCore/platform/network/curl/
AuthenticationChallenge.h 40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebCore/platform/network/qt/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebCore/platform/network/soup/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebCore/platform/network/
AuthenticationChallengeBase.cpp 40 unsigned previousFailureCount,
46 , m_previousFailureCount(previousFailureCount)
52 unsigned AuthenticationChallengeBase::previousFailureCount() const
101 if (a.previousFailureCount() != b.previousFailureCount())
AuthenticationChallengeBase.h 40 AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
42 unsigned previousFailureCount() const;
  /external/webkit/WebCore/platform/network/chromium/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
  /external/webkit/WebCore/platform/network/cf/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationCF.cpp 42 unsigned previousFailureCount,
47 previousFailureCount,
82 coreChallenge.previousFailureCount(),
ResourceHandleCFNet.cpp 476 if (!challenge.previousFailureCount() && (!client() || client()->shouldUseCredentialStorage(this))) {
    [all...]
  /external/webkit/WebCore/platform/network/mac/
AuthenticationChallenge.h 45 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationMac.mm 87 unsigned previousFailureCount,
92 previousFailureCount,
101 [challenge previousFailureCount],
138 previousFailureCount:coreChallenge.previousFailureCount()
ResourceHandleMac.mm 504 if (!challenge.previousFailureCount() && (!client() || client()->shouldUseCredentialStorage(this))) {
    [all...]
  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.h 53 /* [in] */ int previousFailureCount,
68 virtual HRESULT STDMETHODCALLTYPE previousFailureCount(
WebURLAuthenticationChallenge.cpp 116 /* [in] */ int previousFailureCount,
154 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
198 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::previousFailureCount(
201 *result = m_authenticationChallenge.previousFailureCount();
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 69 - (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/WebKit/mac/Misc/
WebDownload.mm 116 if (![challenge previousFailureCount]) {
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 139 if ([chall previousFailureCount] == 0) {
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 737 milliseconds