Home
last modified time | relevance | path

Searched defs:proposedCredential (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/network/
DAuthenticationChallengeBase.cpp39 const Credential& proposedCredential, in AuthenticationChallengeBase()
57 const Credential& AuthenticationChallengeBase::proposedCredential() const in proposedCredential() function in WebCore::AuthenticationChallengeBase
/external/webkit/WebCore/platform/network/soup/
DAuthenticationChallenge.h38 …ticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, un… in AuthenticationChallenge()
/external/webkit/WebCore/platform/network/qt/
DAuthenticationChallenge.h38 …ticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, un… in AuthenticationChallenge()
/external/webkit/WebCore/platform/network/curl/
DAuthenticationChallenge.h40 …ticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, un… in AuthenticationChallenge()
/external/webkit/WebKit/win/
DWebURLAuthenticationChallenge.cpp115 /* [in] */ IWebURLCredential* proposedCredential, in initWithProtectionSpace()
205 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::proposedCredential( in proposedCredential() function in WebURLAuthenticationChallenge
/external/webkit/WebCore/platform/network/cf/
DAuthenticationCF.cpp41 const Credential& proposedCredential, in AuthenticationChallenge()