Searched refs:receivedCancellation (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DAuthenticationClient.h38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
H A DResourceHandleClient.h111 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } function in class:WebCore::ResourceHandleClient
H A DResourceHandle.h116 virtual void receivedCancellation(const AuthenticationChallenge&);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp55 void DownloadAuthenticationClient::receivedCancellation(const AuthenticationChallenge& challenge) function in class:WebKit::DownloadAuthenticationClient
H A DDownloadAuthenticationClient.h56 virtual void receivedCancellation(const WebCore::AuthenticationChallenge&);
H A DDownload.h110 static void receivedCancellation(const WebCore::AuthenticationChallenge&);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DSocketStreamHandleCurl.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DSocketStreamHandle.h63 void receivedCancellation(const AuthenticationChallenge&);
H A DResourceHandleCurl.cpp201 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::ResourceHandle
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DSocketStreamHandleWin.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DSocketStreamHandle.h63 void receivedCancellation(const AuthenticationChallenge&);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp48 m_client->receivedCancellation(webChallenge->authenticationChallenge());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/
H A DAuthenticationManager.cpp152 Download::receivedCancellation(challenge);
156 coreClient->receivedCancellation(challenge);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DSocketStreamHandle.h75 void receivedCancellation(const AuthenticationChallenge&);
H A DSocketStreamHandleQt.cpp236 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DSocketStreamHandle.h77 void receivedCancellation(const AuthenticationChallenge&);
H A DSocketStreamHandleSoup.cpp228 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DDownloadQt.cpp97 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamHandle.h94 virtual void receivedCancellation(const AuthenticationChallenge&);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoader.h100 virtual void receivedCancellation(const AuthenticationChallenge&);
122 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) OVERRIDE { receivedCancellation(challenge); }
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitsoupauthdialog.cpp64 virtual void receivedCancellation(const AuthenticationChallenge& challenge) function in class:WebKitSoupAuthDialogAuthenticationClient
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp260 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
263 authenticationChallenge.authenticationClient()->receivedCancellation(authenticationChallenge);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm121 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp241 void Download::receivedCancellation(const AuthenticationChallenge&) function in class:WebKit::Download

Completed in 293 milliseconds

12