Searched refs:receivedCredential (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp41 void DownloadAuthenticationClient::receivedCredential(const AuthenticationChallenge&, const Credential&) function in class:WebKit::DownloadAuthenticationClient
H A DDownloadAuthenticationClient.h54 virtual void receivedCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&);
H A DDownload.h100 static void receivedCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&);
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DAuthenticationClient.h36 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&) = 0;
H A DResourceHandle.h123 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&) override;
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DSocketStreamHandleWin.cpp74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) function in class:WebCore::SocketStreamHandle
H A DSocketStreamHandle.h61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DSocketStreamHandle.h61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
H A DSocketStreamHandleCurl.cpp76 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) function in class:WebCore::SocketStreamHandle
H A DResourceHandleCurl.cpp242 void ResourceHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) function in class:WebCore::ResourceHandle
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp75 m_client->receivedCredential(webChallenge->authenticationChallenge(), webCredential->credential());
H A DWebURLAuthenticationChallengeSenderCurl.cpp75 m_client->receivedCredential(webChallenge->authenticationChallenge(), webCredential->credential());
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DSocketStreamHandle.h78 void receivedCredential(const AuthenticationChallenge&, const Credential&);
H A DSocketStreamHandleSoup.cpp216 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) function in class:WebCore::SocketStreamHandle
H A DResourceHandleSoup.cpp1140 void ResourceHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) function in class:WebCore::ResourceHandle
/macosx-10.10/WebKit2-7600.1.25/Shared/Authentication/
H A DAuthenticationManager.cpp120 Download::receivedCredential(challenge, credential);
124 coreClient->receivedCredential(challenge, credential);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSocketStreamHandle.h88 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&);
H A DResourceHandleCFNet.cpp401 void ResourceHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) function in class:WebCore::ResourceHandle
403 LOG(Network, "CFNet - receivedCredential()");
H A DSocketStreamHandleCFNet.cpp662 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) function in class:WebCore::SocketStreamHandle
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/ios/
H A DDownloadIOS.mm157 void Download::receivedCredential(const AuthenticationChallenge&, const Credential&)
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DAuthenticationMac.mm91 m_client->receivedCredential(core(challenge), core(credential));
H A DResourceHandleMac.mm552 receivedCredential(challenge, core(credential));
639 void ResourceHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential)
641 LOG(Network, "Handle %p receivedCredential", this);
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/mac/
H A DDownloadMac.mm113 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/soup/
H A DDownloadSoup.cpp255 void Download::receivedCredential(const AuthenticationChallenge&, const Credential&) function in class:WebKit::Download

Completed in 105 milliseconds