Home
last modified time | relevance | path

Searched defs:AuthenticationChallenge (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/Source/WebCore/platform/network/curl/
DSocketStreamHandleCurl.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge()
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential()
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential()
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation()
DAuthenticationChallenge.h36 AuthenticationChallenge() in AuthenticationChallenge() function
40AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
DResourceHandleCurl.cpp205 void ResourceHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge()
210 void ResourceHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential()
215 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential()
220 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation()
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
/external/webkit/Source/WebCore/platform/network/win/
DSocketStreamHandleWin.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge()
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential()
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential()
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation()
DAuthenticationChallenge.h34 AuthenticationChallenge() in AuthenticationChallenge() function
38AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
/external/webkit/Source/WebCore/platform/network/chromium/
DAuthenticationChallengeChromium.cpp36 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge&, const AuthenticationC… in platformCompare()
DAuthenticationChallenge.h38 AuthenticationChallenge() {} in AuthenticationChallenge() function
/external/webkit/Source/WebCore/platform/network/
DSocketStreamHandleClient.h37 class AuthenticationChallenge; variable
53 …ual void didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } in didReceiveAuthenticationChallenge()
54 …tual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } in didCancelAuthenticationChallenge()
DAuthenticationClient.h31 class AuthenticationChallenge; variable
DResourceHandleClient.h49 class AuthenticationChallenge; variable
89 …virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } in didReceiveAuthenticationChallenge()
90 … virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } in didCancelAuthenticationChallenge()
94 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } in receivedCancellation()
/external/webkit/Source/WebCore/platform/network/soup/
DAuthenticationChallenge.h35 AuthenticationChallenge() in AuthenticationChallenge() function
39AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
DSocketStreamHandleSoup.cpp199 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge()
204 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential()
209 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential()
214 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation()
/external/webkit/Source/WebCore/platform/network/qt/
DAuthenticationChallenge.h36 AuthenticationChallenge() in AuthenticationChallenge() function
40AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
DSocketStreamHandleQt.cpp183 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge()
188 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential()
193 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential()
198 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation()
DSocketStreamHandlePrivate.h41 class AuthenticationChallenge; variable
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamHandleBrew.cpp210 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) in didReceiveAuthenticationChallenge()
215 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential()
220 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential()
225 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation()
DSocketStreamHandle.h42 class AuthenticationChallenge; variable
/external/webkit/Source/WebCore/loader/
DSubresourceLoaderClient.h34 class AuthenticationChallenge; variable
55 …tual void didReceiveAuthenticationChallenge(SubresourceLoader*, const AuthenticationChallenge&) { } in didReceiveAuthenticationChallenge()
56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } in receivedCancellation()
DResourceLoadNotifier.h37 class AuthenticationChallenge; variable
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.h38 class AuthenticationChallenge; variable
/external/webkit/Source/WebCore/platform/network/cf/
DAuthenticationCF.h38 class AuthenticationChallenge; variable
DAuthenticationCF.cpp46 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, in AuthenticationChallenge() function in WebCore::AuthenticationChallenge
59 AuthenticationChallenge::AuthenticationChallenge(CFURLAuthChallengeRef cfChallenge, in AuthenticationChallenge() function in WebCore::AuthenticationChallenge
/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.h38 class AuthenticationChallenge; variable

123