/external/webkit/Source/WebKit2/WebProcess/Authentication/ |
D | AuthenticationManager.cpp | 106 Download::receivedRequestToContinueWithoutCredential(challenge); in continueWithoutCredentialForChallenge() 110 coreClient->receivedRequestToContinueWithoutCredential(challenge); in continueWithoutCredentialForChallenge()
|
/external/webkit/Source/WebCore/platform/network/ |
D | AuthenticationClient.h | 37 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) = 0;
|
D | ResourceHandle.h | 121 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/ |
D | DownloadCurl.cpp | 66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential() function in WebKit::Download
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | SocketStreamHandleCurl.cpp | 79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() function in WebCore::SocketStreamHandle
|
D | SocketStreamHandle.h | 62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
D | ResourceHandleCurl.cpp | 215 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() function in WebCore::ResourceHandle
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | SocketStreamHandleWin.cpp | 79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() function in WebCore::SocketStreamHandle
|
D | SocketStreamHandle.h | 62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/ |
D | DownloadQt.cpp | 70 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential() function in WebKit::Download
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/ |
D | DownloadSoup.cpp | 71 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential() function in WebKit::Download
|
/external/webkit/Source/WebCore/platform/network/brew/ |
D | SocketStreamHandle.h | 63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
D | SocketStreamHandleBrew.cpp | 220 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() function in WebCore::SocketStreamHandle
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
D | SocketStreamHandle.h | 63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
/external/webkit/Source/WebKit/win/ |
D | WebURLAuthenticationChallengeSenderCFNet.cpp | 59 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge()); in continueWithoutCredentialForAuthenticationChallenge()
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | SocketStreamHandle.h | 68 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
D | SocketStreamHandleQt.cpp | 193 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() function in WebCore::SocketStreamHandle
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | SocketStreamHandle.h | 73 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
D | SocketStreamHandleSoup.cpp | 209 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) in receivedRequestToContinueWithoutCredential() function in WebCore::SocketStreamHandle
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | SocketStreamHandle.h | 95 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
|
D | ResourceHandleCFNet.cpp | 572 receivedRequestToContinueWithoutCredential(challenge); in receivedCredential() 596 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& chal… in receivedRequestToContinueWithoutCredential() function in WebCore::ResourceHandle
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.h | 97 static void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | SocketStreamHandle.cpp | 229 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& … in receivedRequestToContinueWithoutCredential() function in WebCore::SocketStreamHandle
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
D | DownloadCFNet.cpp | 216 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential() function in WebKit::Download
|
/external/webkit/Source/WebCore/loader/ |
D | DocumentThreadableLoader.cpp | 303 loader->handle()->receivedRequestToContinueWithoutCredential(challenge); in didReceiveAuthenticationChallenge()
|