Home
last modified time | relevance | path

Searched defs:previousFailureCount (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DAuthenticationChallengeBase.cpp40 unsigned previousFailureCount, in AuthenticationChallengeBase()
52 unsigned AuthenticationChallengeBase::previousFailureCount() const in previousFailureCount() function in WebCore::AuthenticationChallengeBase
/external/webkit/Source/WebCore/platform/network/win/
DAuthenticationChallenge.h38 …Space& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const… in AuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/curl/
DAuthenticationChallenge.h40 …Space& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const… in AuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/soup/
DAuthenticationChallenge.h39 …Space& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const… in AuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/qt/
DAuthenticationChallenge.h40 …Space& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const… in AuthenticationChallenge()
/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallenge.cpp113 /* [in] */ int previousFailureCount, in initWithProtectionSpace()
195 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::previousFailureCount( in previousFailureCount() function in WebURLAuthenticationChallenge
/external/webkit/Source/WebKit2/UIProcess/Authentication/
DAuthenticationChallengeProxy.h63 … int previousFailureCount() const { return m_coreAuthenticationChallenge.previousFailureCount(); } in previousFailureCount() function
/external/webkit/Source/WebCore/platform/network/cf/
DAuthenticationCF.cpp48 unsigned previousFailureCount, in AuthenticationChallenge()