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

  /external/webkit/Source/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/Source/WebCore/platform/network/qt/
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/Source/WebCore/platform/network/soup/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
40 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/Source/WebCore/platform/network/win/
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/Source/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/Source/WebCore/platform/network/chromium/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.h 63 int previousFailureCount() const { return m_coreAuthenticationChallenge.previousFailureCount(); }
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAuthenticationChallenge.cpp 58 return toImpl(challenge)->previousFailureCount();
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.h 50 /* [in] */ int previousFailureCount,
65 virtual HRESULT STDMETHODCALLTYPE previousFailureCount(
WebURLAuthenticationChallenge.cpp 113 /* [in] */ int previousFailureCount,
151 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
195 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::previousFailureCount(
198 *result = m_authenticationChallenge.previousFailureCount();
  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationChallenge.h 49 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationCF.cpp 48 unsigned previousFailureCount,
53 previousFailureCount,
88 coreChallenge.previousFailureCount(),
ResourceHandleCFNet.cpp 534 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
541 if (!challenge.previousFailureCount()) {
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 101 unsigned previousFailureCount,
106 previousFailureCount,
115 [challenge previousFailureCount],
160 previousFailureCount:coreChallenge.previousFailureCount()
ResourceHandleMac.mm 626 if (!d->m_initialCredential.isEmpty() || challenge.previousFailureCount()) {
633 if (!challenge.previousFailureCount()) {
    [all...]
  /external/webkit/Source/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/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 125 encoder->encode(CoreIPC::In(challenge.protectionSpace(), challenge.proposedCredential(), challenge.previousFailureCount(), challenge.failureResponse(), challenge.error()));
132 unsigned previousFailureCount;
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/
WebDownload.mm 116 if (![challenge previousFailureCount]) {
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 141 if ([chall previousFailureCount] == 0) {
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 308 milliseconds