/external/webkit/Source/WebCore/platform/network/ |
AuthenticationClient.h | 36 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&) = 0;
|
ResourceHandle.h | 120 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
/external/webkit/Source/WebCore/platform/network/brew/ |
SocketStreamHandle.h | 62 void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
SocketStreamHandleBrew.cpp | 215 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&)
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
SocketStreamHandle.h | 62 void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
/external/webkit/Source/WebCore/platform/network/curl/ |
SocketStreamHandle.h | 61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
SocketStreamHandleCurl.cpp | 74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&)
|
ResourceHandleCurl.cpp | 210 void ResourceHandle::receivedCredential(const AuthenticationChallenge&, const Credential&)
|
/external/webkit/Source/WebCore/platform/network/win/ |
SocketStreamHandle.h | 61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
SocketStreamHandleWin.cpp | 74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&)
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/ |
DownloadCurl.cpp | 61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/ |
DownloadQt.cpp | 65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/ |
DownloadSoup.cpp | 66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
|
/external/webkit/Source/WebCore/platform/network/qt/ |
SocketStreamHandle.h | 67 void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
SocketStreamHandleQt.cpp | 188 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&)
|
/external/webkit/Source/WebCore/platform/network/soup/ |
SocketStreamHandle.h | 72 void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
SocketStreamHandleSoup.cpp | 204 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&)
|
/external/webkit/Source/WebKit/win/ |
WebURLAuthenticationChallengeSenderCFNet.cpp | 75 m_client->receivedCredential(webChallenge->authenticationChallenge(), webCredential->credential());
|
/external/webkit/Source/WebKit2/WebProcess/Authentication/ |
AuthenticationManager.cpp | 91 Download::receivedCredential(challenge, credential); 96 coreClient->receivedCredential(challenge, credential);
|
/external/webkit/Source/WebCore/platform/network/cf/ |
SocketStreamHandle.h | 94 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&);
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
Download.h | 96 static void receivedCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&);
|
/external/webkit/Source/WebKit/chromium/src/ |
SocketStreamHandle.cpp | 224 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential)
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
DownloadCFNet.cpp | 211 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
|
/external/webkit/Source/WebCore/platform/network/mac/ |
AuthenticationMac.mm | 74 m_client->receivedCredential(core(challenge), core(credential));
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
DownloadMac.mm | 181 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
|