Home
last modified time | relevance | path

Searched refs:receivedCredential (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.cpp91 Download::receivedCredential(challenge, credential); in useCredentialForChallenge()
96 coreClient->receivedCredential(challenge, credential); in useCredentialForChallenge()
/external/webkit/Source/WebCore/platform/network/
DAuthenticationClient.h36 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&) = 0;
DResourceHandle.h120 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DDownloadCurl.cpp61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() function in WebKit::Download
/external/webkit/Source/WebCore/platform/network/curl/
DSocketStreamHandleCurl.cpp74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() function in WebCore::SocketStreamHandle
DSocketStreamHandle.h61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
DResourceHandleCurl.cpp210 void ResourceHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() function in WebCore::ResourceHandle
/external/webkit/Source/WebCore/platform/network/win/
DSocketStreamHandleWin.cpp74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() function in WebCore::SocketStreamHandle
DSocketStreamHandle.h61 void receivedCredential(const AuthenticationChallenge&, const Credential&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DDownloadQt.cpp65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() function in WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DDownloadSoup.cpp66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() function in WebKit::Download
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamHandle.h62 void receivedCredential(const AuthenticationChallenge&, const Credential&);
DSocketStreamHandleBrew.cpp215 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() function in WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/chromium/
DSocketStreamHandle.h62 void receivedCredential(const AuthenticationChallenge&, const Credential&);
/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallengeSenderCFNet.cpp75 …m_client->receivedCredential(webChallenge->authenticationChallenge(), webCredential->credential()); in useCredential()
/external/webkit/Source/WebCore/platform/network/qt/
DSocketStreamHandle.h67 void receivedCredential(const AuthenticationChallenge&, const Credential&);
DSocketStreamHandleQt.cpp188 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() function in WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandle.h72 void receivedCredential(const AuthenticationChallenge&, const Credential&);
DSocketStreamHandleSoup.cpp204 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) in receivedCredential() function in WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamHandle.h94 virtual void receivedCredential(const AuthenticationChallenge&, const Credential&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.h96 …static void receivedCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&…
/external/webkit/Source/WebKit/chromium/src/
DSocketStreamHandle.cpp224 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credent… in receivedCredential() function in WebCore::SocketStreamHandle
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp211 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() function in WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm181 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre…
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.mm74 m_client->receivedCredential(core(challenge), core(credential));

12