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