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

12

/external/webkit/Source/WebCore/platform/network/
H A DAuthenticationClient.h37 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) = 0;
H A DResourceHandle.h121 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/curl/
H A DSocketStreamHandleCurl.cpp79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DSocketStreamHandle.h62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DResourceHandleCurl.cpp215 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::ResourceHandle
/external/webkit/Source/WebCore/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&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
H A DDownloadCurl.cpp66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
H A DDownloadQt.cpp70 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
H A DDownloadSoup.cpp71 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandle.h63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DSocketStreamHandleBrew.cpp220 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/chromium/
H A DSocketStreamHandle.h63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamHandle.h68 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DSocketStreamHandleQt.cpp193 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebKit/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp59 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge());
/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.cpp106 Download::receivedRequestToContinueWithoutCredential(challenge);
110 coreClient->receivedRequestToContinueWithoutCredential(challenge);
/external/webkit/Source/WebCore/platform/network/soup/
H A DSocketStreamHandle.h73 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
H A DSocketStreamHandleSoup.cpp209 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/cf/
H A DSocketStreamHandle.h95 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.h97 static void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
/external/webkit/Source/WebKit/chromium/src/
H A DSocketStreamHandle.cpp229 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp216 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebCore/platform/network/mac/
H A DAuthenticationMac.mm80 m_client->receivedRequestToContinueWithoutCredential(core(challenge));
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm186 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)

Completed in 177 milliseconds

12