/external/webkit/Source/WebCore/platform/network/curl/ |
D | SocketStreamHandleCurl.cpp | 69 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()
|
D | AuthenticationChallenge.h | 36 AuthenticationChallenge() in AuthenticationChallenge() function 40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
D | ResourceHandleCurl.cpp | 205 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()
|
D | SocketStreamHandle.h | 42 class AuthenticationChallenge; variable
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | SocketStreamHandleWin.cpp | 69 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()
|
D | AuthenticationChallenge.h | 34 AuthenticationChallenge() in AuthenticationChallenge() function 38 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
D | SocketStreamHandle.h | 42 class AuthenticationChallenge; variable
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
D | AuthenticationChallengeChromium.cpp | 36 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge&, const AuthenticationC… in platformCompare()
|
D | AuthenticationChallenge.h | 38 AuthenticationChallenge() {} in AuthenticationChallenge() function
|
/external/webkit/Source/WebCore/platform/network/ |
D | SocketStreamHandleClient.h | 37 class AuthenticationChallenge; variable 53 …ual void didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } in didReceiveAuthenticationChallenge() 54 …tual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } in didCancelAuthenticationChallenge()
|
D | AuthenticationClient.h | 31 class AuthenticationChallenge; variable
|
D | ResourceHandleClient.h | 49 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/ |
D | AuthenticationChallenge.h | 35 AuthenticationChallenge() in AuthenticationChallenge() function 39 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
D | SocketStreamHandleSoup.cpp | 199 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/ |
D | AuthenticationChallenge.h | 36 AuthenticationChallenge() in AuthenticationChallenge() function 40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() function
|
D | SocketStreamHandleQt.cpp | 183 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()
|
D | SocketStreamHandlePrivate.h | 41 class AuthenticationChallenge; variable
|
/external/webkit/Source/WebCore/platform/network/brew/ |
D | SocketStreamHandleBrew.cpp | 210 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()
|
D | SocketStreamHandle.h | 42 class AuthenticationChallenge; variable
|
/external/webkit/Source/WebCore/loader/ |
D | SubresourceLoaderClient.h | 34 class AuthenticationChallenge; variable 55 …tual void didReceiveAuthenticationChallenge(SubresourceLoader*, const AuthenticationChallenge&) { } in didReceiveAuthenticationChallenge() 56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } in receivedCancellation()
|
D | ResourceLoadNotifier.h | 37 class AuthenticationChallenge; variable
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | AuthenticationMac.h | 38 class AuthenticationChallenge; variable
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | AuthenticationCF.h | 38 class AuthenticationChallenge; variable
|
D | AuthenticationCF.cpp | 46 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/ |
D | AuthenticationManager.h | 38 class AuthenticationChallenge; variable
|