Searched refs:receivedRequestToContinueWithoutCredential (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp46 void DownloadAuthenticationClient::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebKit::DownloadAuthenticationClient
H A DDownloadAuthenticationClient.h55 virtual void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
H A DDownload.h101 static void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DAuthenticationClient.h37 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) = 0;
H A DResourceHandle.h124 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) override;
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DSocketStreamHandleWin.cpp79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DSocketStreamHandle.h62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DSocketStreamHandle.h62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DSocketStreamHandleCurl.cpp81 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DResourceHandleCurl.cpp248 receivedRequestToContinueWithoutCredential(challenge);
265 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceHandle
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp59 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge());
H A DWebURLAuthenticationChallengeSenderCurl.cpp59 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge());
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DSocketStreamHandle.h79 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DSocketStreamHandleSoup.cpp221 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DResourceHandleSoup.cpp172 challenge.authenticationClient()->receivedRequestToContinueWithoutCredential(challenge);
1130 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceHandle
1148 receivedRequestToContinueWithoutCredential(challenge);
/macosx-10.10/WebKit2-7600.1.25/Shared/Authentication/
H A DAuthenticationManager.cpp136 Download::receivedRequestToContinueWithoutCredential(challenge);
140 coreClient->receivedRequestToContinueWithoutCredential(challenge);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSocketStreamHandle.h89 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DResourceHandleCFNet.cpp338 // Cannot use receivedRequestToContinueWithoutCredential(), because current challenge is not yet set.
411 receivedRequestToContinueWithoutCredential(challenge);
435 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceHandle
437 LOG(Network, "CFNet - receivedRequestToContinueWithoutCredential()");
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/ios/
H A DDownloadIOS.mm162 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DAuthenticationMac.mm97 m_client->receivedRequestToContinueWithoutCredential(core(challenge));
H A DResourceHandleMac.mm541 // Cannot use receivedRequestToContinueWithoutCredential(), because current challenge is not yet set.
649 receivedRequestToContinueWithoutCredential(challenge);
669 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge)
671 LOG(Network, "Handle %p receivedRequestToContinueWithoutCredential", this);
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/mac/
H A DDownloadMac.mm118 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/soup/
H A DDownloadSoup.cpp260 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebKit::Download
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkResourceLoader.cpp335 challenge.authenticationClient()->receivedRequestToContinueWithoutCredential(challenge);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoader.cpp563 challenge.authenticationClient()->receivedRequestToContinueWithoutCredential(challenge);

Completed in 108 milliseconds

12